#CB6255

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

Shades of Sunglo #CB6255

Tints of Sunglo #CB6255

Color information

#CB6255 (or 0xCB6255) is unknown color: approx Sunglo. HEX triplet: CB, 62 and 55. RGB value is (203,98,85). Sum of RGB (Red+Green+Blue) = 203+98+85=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6255 is #349DAA. Grayscale: #808080. Windows color (decimal): -3448235 or 5595851. OLE color: 5595851.

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

Color convert

RGB2039885-
CMYK00.520.580.20
HSL6.61º53.15%56.47%-
HSV(B)6.61º58.13%79.61%-
XYZ30.6422.0911.24-
YUV127.91103.79181.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.59%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=52.59%
G=25.39%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203988500.520.580.206.6153.1556.47
HexCB62550343A1473538
Octal313142125064722476570
Binary1100101111000101010101011010011101010100111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6255; }

 p { color: rgb(203,98,85); }

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

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

 a { background-color: rgb(203,98,85); }

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

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

 span { border-color: rgb(203,98,85); }

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