Html Css Color HEX #CA7246 Red Damask

📋 copy color: '#CA7246'

red 202 ◦ green 114 ◦ blue 70

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

Shades of Red Damask #CA7246

Tints of Red Damask #CA7246

RGB

 RED value IS 202 (79.3% from 255) = 52.33%

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

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

R = 52.33%
G = 29.53%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA7246 (or 0xCA7246) is known color: Red Damask. HEX triplet: CA, 72 and 46. RGB value is (202,114,70). Sum of RGB (Red+Green+Blue) = 202+114+70=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7246 is #358DB9. Grayscale: #878787. Windows color (decimal): -3509690 or 4616906. OLE color: 4616906.

HSL color Cylindrical-coordinate representation of color #CA7246: hue angle of 20º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA7246 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 114 70 -
CMYK 0 0.44 0.65 0.21
HSL 20º 0.55% 0.53% -
HSV(B) 20º 0.65% 0.79% -
XYZ 31.48 25.03 8.97 -
YUV 135.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 202 114 70 0 0.44 0.65 0.21 20 0.55 0.53
Hex CA 72 46 0 2C 41 15 14 37 35
Octal 312 162 106 0 54 101 25 24 67 65
Binary 11001010 1110010 1000110 0 101100 1000001 10101 10100 110111 110101

Color Harmonies of #CA7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7246

Black with #CA7246

Text Example


Text Example

White with #CA7246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7246; }

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

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

background-color css

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

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

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

border-color css

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

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

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