Html Css Color HEX #CA7546 Red Damask

📋 copy color: '#CA7546'

red 202 ◦ green 117 ◦ blue 70

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

Shades of Red Damask #CA7546

Tints of Red Damask #CA7546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.08%

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

R = 51.93%
G = 30.08%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA7546 (or 0xCA7546) is known color: Red Damask. HEX triplet: CA, 75 and 46. RGB value is (202,117,70). Sum of RGB (Red+Green+Blue) = 202+117+70=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7546 is #358AB9. Grayscale: #898989. Windows color (decimal): -3508922 or 4617674. OLE color: 4617674.

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

Color convert

RGB 202 117 70 -
CMYK 0 0.42 0.65 0.21
HSL 21.36º 0.55% 0.53% -
HSV(B) 21.36º 0.65% 0.79% -
XYZ 31.82 25.72 9.08 -
YUV 137.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 202 117 70 0 0.42 0.65 0.21 21.36 0.55 0.53
Hex CA 75 46 0 2A 41 15 15 37 35
Octal 312 165 106 0 52 101 25 25 67 65
Binary 11001010 1110101 1000110 0 101010 1000001 10101 10101 110111 110101

Color Harmonies of #CA7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7546

Black with #CA7546

Text Example


Text Example

White with #CA7546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7546; }

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

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

background-color css

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

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

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

border-color css

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

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

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