#CB6359

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

Shades of Sunglo #CB6359

Tints of Sunglo #CB6359

Color information

#CB6359 (or 0xCB6359) is unknown color: approx Sunglo. HEX triplet: CB, 63 and 59. RGB value is (203,99,89). Sum of RGB (Red+Green+Blue) = 203+99+89=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6359 is #349CA6. Grayscale: #818181. Windows color (decimal): -3447975 or 5858251. OLE color: 5858251.

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

Color convert

RGB2039989-
CMYK00.510.560.20
HSL5.26º52.29%57.25%-
HSV(B)5.26º56.16%79.61%-
XYZ30.8922.3412.14-
YUV128.96105.46180.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.92%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=51.92%
G=25.32%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203998900.510.560.205.2652.2957.25
HexCB6359033381453439
Octal313143131063702456471
Binary1100101111000111011001011001111100010100101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6359; }

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

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

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

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

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

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

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

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