#CB694B

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

Shades of Red Damask #CB694B

Tints of Red Damask #CB694B

Color information

#CB694B (or 0xCB694B) is unknown color: approx Red Damask. HEX triplet: CB, 69 and 4B. RGB value is (203,105,75). Sum of RGB (Red+Green+Blue) = 203+105+75=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB694B is #3496B4. Grayscale: #838383. Windows color (decimal): -3446453 or 4942283. OLE color: 4942283.

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

Color convert

RGB20310575-
CMYK00.480.630.20
HSL14.06º55.17%54.51%-
HSV(B)14.06º63.05%79.61%-
XYZ30.9523.319.52-
YUV130.8896.47179.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.00%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=53.00%
G=27.42%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031057500.480.630.2014.0655.1754.51
HexCB694B0303F14e3737
Octal3131511130607724166767
Binary11001011110100110010110110000111111101001110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB694B; }

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

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

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

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

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

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

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

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