#CB6050

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

Shades of Sunglo #CB6050

Tints of Sunglo #CB6050

Color information

#CB6050 (or 0xCB6050) is unknown color: approx Sunglo. HEX triplet: CB, 60 and 50. RGB value is (203,96,80). Sum of RGB (Red+Green+Blue) = 203+96+80=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6050 is #349FAF. Grayscale: #7E7E7E. Windows color (decimal): -3448752 or 5267659. OLE color: 5267659.

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

Color convert

RGB2039680-
CMYK00.530.610.20
HSL7.8º54.19%55.49%-
HSV(B)7.8º60.59%79.61%-
XYZ30.2621.6410.17-
YUV126.17101.95182.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=53.56%
G=25.33%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203968000.530.610.207.854.1955.49
HexCB60500353D1483637
Octal3131401200657524106667
Binary11001011110000010100000110101111101101001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6050; }

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

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

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

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

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

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

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

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