#C0635B

Color #C0635B Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #C0635B

Tints of Sunglo #C0635B

Color information

#C0635B (or 0xC0635B) is unknown color: approx Sunglo. HEX triplet: C0, 63 and 5B. RGB value is (192,99,91). Sum of RGB (Red+Green+Blue) = 192+99+91=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0635B is #3F9CA4. Grayscale: #7E7E7E. Windows color (decimal): -4168869 or 5989312. OLE color: 5989312.

HSL color Cylindrical-coordinate representation of color #C0635B: hue angle of 4.75º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0635B is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB1929991-
CMYK00.480.530.25
HSL4.75º44.49%55.49%-
HSV(B)4.75º52.6%75.29%-
XYZ28.0920.8912.45-
YUV125.9108.31175.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=50.26%
G=25.92%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192999100.480.530.254.7544.4955.49
HexC0635B030351952c37
Octal300143133060653155467
Binary1100000011000111011011011000011010111001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0635B; }

 p { color: rgb(192,99,91); }

 H1.HeaderClassName
 {
   color: #C0635B;
 }
 .AnyTagClassName
 {
   color: #C0635B;
 }
</style>
background-color css

<style>
 a { background-color: #C0635B; }

 a { background-color: rgb(192,99,91); }

 div.DivClassName
 {
   background-color: #C0635B;
 }
 .BgClassName
 {
   background-color: #C0635B;
 }
</style>
border-color css

<style>
 span { border-color: #C0635B; }

 span { border-color: rgb(192,99,91); }

 td.TdClassName
 {
   border-color: #C0635B;
 }
 .TagClassName
 {
   border-color: #C0635B;
 }
</style>