#CB695F

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

Shades of Sunglo #CB695F

Tints of Sunglo #CB695F

Color information

#CB695F (or 0xCB695F) is unknown color: approx Sunglo. HEX triplet: CB, 69 and 5F. RGB value is (203,105,95). Sum of RGB (Red+Green+Blue) = 203+105+95=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB695F is #3496A0. Grayscale: #858585. Windows color (decimal): -3446433 or 6253003. OLE color: 6253003.

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

Color convert

RGB20310595-
CMYK00.480.530.20
HSL5.56º50.94%58.43%-
HSV(B)5.56º53.2%79.61%-
XYZ31.7523.6313.71-
YUV133.16106.47177.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 95 (37.5% from 255) = 23.57%
R=50.37%
G=26.05%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031059500.480.530.205.5650.9458.43
HexCB695F03035146333a
Octal313151137060652466372
Binary1100101111010011011111011000011010110100110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB695F; }

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

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

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

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

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

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

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

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