Html Css Color HEX #CB7648 Red Damask

📋 copy color: '#CB7648'

red 203 ◦ green 118 ◦ blue 72

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

Shades of Red Damask #CB7648

Tints of Red Damask #CB7648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.03%

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 51.65%
G = 30.03%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB7648 (or 0xCB7648) is known color: Red Damask. HEX triplet: CB, 76 and 48. RGB value is (203,118,72). Sum of RGB (Red+Green+Blue) = 203+118+72=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7648 is #3489B7. Grayscale: #8A8A8A. Windows color (decimal): -3443128 or 4749003. OLE color: 4749003.

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

Color convert

RGB 203 118 72 -
CMYK 0 0.42 0.65 0.20
HSL 21.07º 0.56% 0.54% -
HSV(B) 21.07º 0.65% 0.8% -
XYZ 32.28 26.12 9.47 -
YUV 138.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 203 118 72 0 0.42 0.65 0.20 21.07 0.56 0.54
Hex CB 76 48 0 2A 41 14 15 38 36
Octal 313 166 110 0 52 101 24 25 70 66
Binary 11001011 1110110 1001000 0 101010 1000001 10100 10101 111000 110110

Color Harmonies of #CB7648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7648

Black with #CB7648

Text Example


Text Example

White with #CB7648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7648; }

 p { color: rgb(203,118,72); }

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

background-color css

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

 a { background-color: rgb(203,118,72); }

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

border-color css

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

 span { border-color: rgb(203,118,72); }

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