Html Css Color HEX #CB7352 Red Damask

📋 copy color: '#CB7352'

red 203 ◦ green 115 ◦ blue 82

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

Shades of Red Damask #CB7352

Tints of Red Damask #CB7352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 50.75%
G = 28.75%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB7352 (or 0xCB7352) is known color: Red Damask. HEX triplet: CB, 73 and 52. RGB value is (203,115,82). Sum of RGB (Red+Green+Blue) = 203+115+82=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7352 is #348CAD. Grayscale: #898989. Windows color (decimal): -3443886 or 5403595. OLE color: 5403595.

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

Color convert

RGB 203 115 82 -
CMYK 0 0.43 0.60 0.20
HSL 16.36º 0.54% 0.56% -
HSV(B) 16.36º 0.6% 0.8% -
XYZ 32.28 25.57 11.22 -
YUV 137.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 203 115 82 0 0.43 0.60 0.20 16.36 0.54 0.56
Hex CB 73 52 0 2B 3C 14 10 36 38
Octal 313 163 122 0 53 74 24 20 66 70
Binary 11001011 1110011 1010010 0 101011 111100 10100 10000 110110 111000

Color Harmonies of #CB7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7352

Black with #CB7352

Text Example


Text Example

White with #CB7352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7352; }

 p { color: rgb(203,115,82); }

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

background-color css

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

 a { background-color: rgb(203,115,82); }

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

border-color css

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

 span { border-color: rgb(203,115,82); }

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