#CB695C

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

Shades of Sunglo #CB695C

Tints of Sunglo #CB695C

Color information

#CB695C (or 0xCB695C) is unknown color: approx Sunglo. HEX triplet: CB, 69 and 5C. RGB value is (203,105,92). Sum of RGB (Red+Green+Blue) = 203+105+92=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB695C is #3496A3. Grayscale: #848484. Windows color (decimal): -3446436 or 6056395. OLE color: 6056395.

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

Color convert

RGB20310592-
CMYK00.480.550.20
HSL7.03º51.63%57.84%-
HSV(B)7.03º54.68%79.61%-
XYZ31.6123.5713.01-
YUV132.82104.97178.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 92 (36.33% from 255) = 23%
R=50.75%
G=26.25%
B=23%

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
Decimal2031059200.480.550.207.0351.6357.84
HexCB695C03037147343a
Octal313151134060672476472
Binary1100101111010011011100011000011011110100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB695C; }

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

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

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

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

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

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

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

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