#CB6150

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

Shades of Sunglo #CB6150

Tints of Sunglo #CB6150

Color information

#CB6150 (or 0xCB6150) is unknown color: approx Sunglo. HEX triplet: CB, 61 and 50. RGB value is (203,97,80). Sum of RGB (Red+Green+Blue) = 203+97+80=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6150 is #349EAF. Grayscale: #7E7E7E. Windows color (decimal): -3448496 or 5267915. OLE color: 5267915.

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

Color convert

RGB2039780-
CMYK00.520.610.20
HSL8.29º54.19%55.49%-
HSV(B)8.29º60.59%79.61%-
XYZ30.3521.8310.2-
YUV126.76101.62182.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.42%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 80 (31.64% from 255) = 21.05%
R=53.42%
G=25.53%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203978000.520.610.208.2954.1955.49
HexCB61500343D1483637
Octal3131411200647524106667
Binary11001011110000110100000110100111101101001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6150; }

 p { color: rgb(203,97,80); }

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

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

 a { background-color: rgb(203,97,80); }

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

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

 span { border-color: rgb(203,97,80); }

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