#CB685F

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

Shades of Sunglo #CB685F

Tints of Sunglo #CB685F

Color information

#CB685F (or 0xCB685F) is unknown color: approx Sunglo. HEX triplet: CB, 68 and 5F. RGB value is (203,104,95). Sum of RGB (Red+Green+Blue) = 203+104+95=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB685F is #3497A0. Grayscale: #848484. Windows color (decimal): -3446689 or 6252747. OLE color: 6252747.

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

Color convert

RGB20310495-
CMYK00.490.530.20
HSL50.94%58.43%-
HSV(B)53.2%79.61%-
XYZ31.6423.4213.68-
YUV132.57106.8178.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=50.50%
G=25.87%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031049500.490.530.20550.9458.43
HexCB685F03135145333a
Octal313150137061652456372
Binary1100101111010001011111011000111010110100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB685F; }

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

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

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

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

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

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

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

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