#CB685B

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

Shades of Sunglo #CB685B

Tints of Sunglo #CB685B

Color information

#CB685B (or 0xCB685B) is unknown color: approx Sunglo. HEX triplet: CB, 68 and 5B. RGB value is (203,104,91). Sum of RGB (Red+Green+Blue) = 203+104+91=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB685B is #3497A4. Grayscale: #848484. Windows color (decimal): -3446693 or 5990603. OLE color: 5990603.

HSL color Cylindrical-coordinate representation of color #CB685B: hue angle of 6.96º 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 #CB685B is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20310491-
CMYK00.490.550.20
HSL6.96º51.85%57.65%-
HSV(B)6.96º55.17%79.61%-
XYZ31.4723.3512.75-
YUV132.12104.8178.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.01%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 91 (35.94% from 255) = 22.86%
R=51.01%
G=26.13%
B=22.86%

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
Decimal2031049100.490.550.206.9651.8557.65
HexCB685B03137147343a
Octal313150133061672476472
Binary1100101111010001011011011000111011110100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB685B; }

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

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

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

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

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

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

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

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