#CB6650

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

Shades of Sunglo #CB6650

Tints of Sunglo #CB6650

Color information

#CB6650 (or 0xCB6650) is unknown color: approx Sunglo. HEX triplet: CB, 66 and 50. RGB value is (203,102,80). Sum of RGB (Red+Green+Blue) = 203+102+80=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6650 is #3499AF. Grayscale: #818181. Windows color (decimal): -3447216 or 5269195. OLE color: 5269195.

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

Color convert

RGB20310280-
CMYK00.500.610.20
HSL10.73º54.19%55.49%-
HSV(B)10.73º60.59%79.61%-
XYZ30.8322.7810.36-
YUV129.6999.96180.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.73%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=52.73%
G=26.49%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031028000.500.610.2010.7354.1955.49
HexCB66500323D14b3637
Octal3131461200627524136667
Binary11001011110011010100000110010111101101001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6650; }

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

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

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

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

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

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

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

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