Html Css Color HEX #CB694B Red Damask

📋 copy color: '#CB694B'

red 203 ◦ green 105 ◦ blue 75

#CB694B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CB694B

Tints of Red Damask #CB694B

RGB

 RED value IS 203 (79.69% from 255) = 53%

 GREEN value IS 105 (41.41% from 255) = 27.42%

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 53%
G = 27.42%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB694B (or 0xCB694B) is known color: 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

RGB 203 105 75 -
CMYK 0 0.48 0.63 0.20
HSL 14.06º 0.55% 0.55% -
HSV(B) 14.06º 0.63% 0.8% -
XYZ 30.95 23.31 9.52 -
YUV 130.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 203 105 75 0 0.48 0.63 0.20 14.06 0.55 0.55
Hex CB 69 4B 0 30 3F 14 E 37 37
Octal 313 151 113 0 60 77 24 16 67 67
Binary 11001011 1101001 1001011 0 110000 111111 10100 1110 110111 110111

Color Harmonies of #CB694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB694B

Black with #CB694B

Text Example


Text Example

White with #CB694B

Text Example


Text Example

HTML Codes & Css Web 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>