Html Css Color HEX #CB7749 Red Damask

📋 copy color: '#CB7749'

red 203 ◦ green 119 ◦ blue 73

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

Shades of Red Damask #CB7749

Tints of Red Damask #CB7749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

 BLUE value IS 73 (28.91% from 255) = 18.48%

R = 51.39%
G = 30.13%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB7749 (or 0xCB7749) is known color: Red Damask. HEX triplet: CB, 77 and 49. RGB value is (203,119,73). Sum of RGB (Red+Green+Blue) = 203+119+73=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7749 is #3488B6. Grayscale: #8B8B8B. Windows color (decimal): -3442871 or 4814795. OLE color: 4814795.

HSL color Cylindrical-coordinate representation of color #CB7749: hue angle of 21.23º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB7749 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 119 73 -
CMYK 0 0.41 0.64 0.20
HSL 21.23º 0.56% 0.54% -
HSV(B) 21.23º 0.64% 0.8% -
XYZ 32.43 26.37 9.68 -
YUV 138.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 203 119 73 0 0.41 0.64 0.20 21.23 0.56 0.54
Hex CB 77 49 0 29 40 14 15 38 36
Octal 313 167 111 0 51 100 24 25 70 66
Binary 11001011 1110111 1001001 0 101001 1000000 10100 10101 111000 110110

Color Harmonies of #CB7749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7749

Black with #CB7749

Text Example


Text Example

White with #CB7749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7749; }

 p { color: rgb(203,119,73); }

 H1.HeaderClassName
 {
   color: #CB7749;
 }
 .AnyTagClassName
 {
   color: #CB7749;
 }
</style>

background-color css

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

 a { background-color: rgb(203,119,73); }

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

border-color css

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

 span { border-color: rgb(203,119,73); }

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