#CB665A

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

Shades of Sunglo #CB665A

Tints of Sunglo #CB665A

Color information

#CB665A (or 0xCB665A) is unknown color: approx Sunglo. HEX triplet: CB, 66 and 5A. RGB value is (203,102,90). Sum of RGB (Red+Green+Blue) = 203+102+90=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB665A is #3499A5. Grayscale: #828282. Windows color (decimal): -3447206 or 5924555. OLE color: 5924555.

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

Color convert

RGB20310290-
CMYK00.500.560.20
HSL6.37º52.07%57.45%-
HSV(B)6.37º55.67%79.61%-
XYZ31.2322.9412.45-
YUV130.83104.96179.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.39%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=51.39%
G=25.82%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031029000.500.560.206.3752.0757.45
HexCB665A032381463439
Octal313146132062702466471
Binary1100101111001101011010011001011100010100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB665A; }

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

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

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

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

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

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

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

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