Html Css Color HEX #CB7448 Red Damask

📋 copy color: '#CB7448'

red 203 ◦ green 116 ◦ blue 72

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

Shades of Red Damask #CB7448

Tints of Red Damask #CB7448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

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

R = 51.92%
G = 29.67%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB7448 (or 0xCB7448) is known color: Red Damask. HEX triplet: CB, 74 and 48. RGB value is (203,116,72). Sum of RGB (Red+Green+Blue) = 203+116+72=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7448 is #348BB7. Grayscale: #898989. Windows color (decimal): -3443640 or 4748491. OLE color: 4748491.

HSL color Cylindrical-coordinate representation of color #CB7448: hue angle of 20.15º 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 #CB7448 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 116 72 -
CMYK 0 0.43 0.65 0.20
HSL 20.15º 0.56% 0.54% -
HSV(B) 20.15º 0.65% 0.8% -
XYZ 32.04 25.66 9.39 -
YUV 137 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 203 116 72 0 0.43 0.65 0.20 20.15 0.56 0.54
Hex CB 74 48 0 2B 41 14 14 38 36
Octal 313 164 110 0 53 101 24 24 70 66
Binary 11001011 1110100 1001000 0 101011 1000001 10100 10100 111000 110110

Color Harmonies of #CB7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7448

Black with #CB7448

Text Example


Text Example

White with #CB7448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7448; }

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

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

background-color css

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

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

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

border-color css

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

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

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