Html Css Color HEX #CB7246 Red Damask

📋 copy color: '#CB7246'

red 203 ◦ green 114 ◦ blue 70

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

Shades of Red Damask #CB7246

Tints of Red Damask #CB7246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.09%

R = 52.45%
G = 29.46%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB7246 (or 0xCB7246) is known color: Red Damask. HEX triplet: CB, 72 and 46. RGB value is (203,114,70). Sum of RGB (Red+Green+Blue) = 203+114+70=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7246 is #348DB9. Grayscale: #878787. Windows color (decimal): -3444154 or 4616907. OLE color: 4616907.

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

Color convert

RGB 203 114 70 -
CMYK 0 0.44 0.66 0.20
HSL 19.85º 0.56% 0.54% -
HSV(B) 19.85º 0.66% 0.8% -
XYZ 31.75 25.17 8.98 -
YUV 135.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 203 114 70 0 0.44 0.66 0.20 19.85 0.56 0.54
Hex CB 72 46 0 2C 42 14 14 38 36
Octal 313 162 106 0 54 102 24 24 70 66
Binary 11001011 1110010 1000110 0 101100 1000010 10100 10100 111000 110110

Color Harmonies of #CB7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7246

Black with #CB7246

Text Example


Text Example

White with #CB7246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7246; }

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

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

background-color css

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

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

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

border-color css

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

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

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