#CB695B

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

Shades of Sunglo #CB695B

Tints of Sunglo #CB695B

Color information

#CB695B (or 0xCB695B) is unknown color: approx Sunglo. HEX triplet: CB, 69 and 5B. RGB value is (203,105,91). Sum of RGB (Red+Green+Blue) = 203+105+91=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB695B is #3496A4. Grayscale: #848484. Windows color (decimal): -3446437 or 5990859. OLE color: 5990859.

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

Color convert

RGB20310591-
CMYK00.480.550.20
HSL7.5º51.85%57.65%-
HSV(B)7.5º55.17%79.61%-
XYZ31.5723.5512.78-
YUV132.71104.47178.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=50.88%
G=26.32%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031059100.480.550.207.551.8557.65
HexCB695B03037148343a
Octal3131511330606724106472
Binary11001011110100110110110110000110111101001000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB695B; }

 p { color: rgb(203,105,91); }

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

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

 a { background-color: rgb(203,105,91); }

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

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

 span { border-color: rgb(203,105,91); }

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