Html Css Color HEX #CB7248 Red Damask

📋 copy color: '#CB7248'

red 203 ◦ green 114 ◦ blue 72

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

Shades of Red Damask #CB7248

Tints of Red Damask #CB7248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 52.19%
G = 29.31%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB7248 (or 0xCB7248) is known color: Red Damask. HEX triplet: CB, 72 and 48. RGB value is (203,114,72). Sum of RGB (Red+Green+Blue) = 203+114+72=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7248 is #348DB7. Grayscale: #888888. Windows color (decimal): -3444152 or 4747979. OLE color: 4747979.

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

Color convert

RGB 203 114 72 -
CMYK 0 0.44 0.65 0.20
HSL 19.24º 0.56% 0.54% -
HSV(B) 19.24º 0.65% 0.8% -
XYZ 31.82 25.2 9.32 -
YUV 135.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 203 114 72 0 0.44 0.65 0.20 19.24 0.56 0.54
Hex CB 72 48 0 2C 41 14 13 38 36
Octal 313 162 110 0 54 101 24 23 70 66
Binary 11001011 1110010 1001000 0 101100 1000001 10100 10011 111000 110110

Color Harmonies of #CB7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7248

Black with #CB7248

Text Example


Text Example

White with #CB7248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7248; }

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

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

background-color css

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

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

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

border-color css

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

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

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