#CB6356

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

Shades of Sunglo #CB6356

Tints of Sunglo #CB6356

Color information

#CB6356 (or 0xCB6356) is unknown color: approx Sunglo. HEX triplet: CB, 63 and 56. RGB value is (203,99,86). Sum of RGB (Red+Green+Blue) = 203+99+86=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6356 is #349CA9. Grayscale: #808080. Windows color (decimal): -3447978 or 5661643. OLE color: 5661643.

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

Color convert

RGB2039986-
CMYK00.510.580.20
HSL6.67º52.94%56.67%-
HSV(B)6.67º57.64%79.61%-
XYZ30.7722.2911.49-
YUV128.61103.96181.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=52.32%
G=25.52%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203998600.510.580.206.6752.9456.67
HexCB63560333A1473539
Octal313143126063722476571
Binary1100101111000111010110011001111101010100111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6356; }

 p { color: rgb(203,99,86); }

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

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

 a { background-color: rgb(203,99,86); }

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

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

 span { border-color: rgb(203,99,86); }

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