#CB685C

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

Shades of Sunglo #CB685C

Tints of Sunglo #CB685C

Color information

#CB685C (or 0xCB685C) is unknown color: approx Sunglo. HEX triplet: CB, 68 and 5C. RGB value is (203,104,92). Sum of RGB (Red+Green+Blue) = 203+104+92=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB685C is #3497A3. Grayscale: #848484. Windows color (decimal): -3446692 or 6056139. OLE color: 6056139.

HSL color Cylindrical-coordinate representation of color #CB685C: hue angle of 6.49º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB685C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20310492-
CMYK00.490.550.20
HSL6.49º51.63%57.84%-
HSV(B)6.49º54.68%79.61%-
XYZ31.5123.3712.98-
YUV132.23105.3178.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=50.88%
G=26.07%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031049200.490.550.206.4951.6357.84
HexCB685C03137146343a
Octal313150134061672466472
Binary1100101111010001011100011000111011110100110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB685C; }

 p { color: rgb(203,104,92); }

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

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

 a { background-color: rgb(203,104,92); }

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

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

 span { border-color: rgb(203,104,92); }

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