Html Css Color HEX #CA7448 Red Damask

📋 copy color: '#CA7448'

red 202 ◦ green 116 ◦ blue 72

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

Shades of Red Damask #CA7448

Tints of Red Damask #CA7448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

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

R = 51.79%
G = 29.74%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA7448 (or 0xCA7448) is known color: Red Damask. HEX triplet: CA, 74 and 48. RGB value is (202,116,72). Sum of RGB (Red+Green+Blue) = 202+116+72=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7448 is #358BB7. Grayscale: #888888. Windows color (decimal): -3509176 or 4748490. OLE color: 4748490.

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

Color convert

RGB 202 116 72 -
CMYK 0 0.43 0.64 0.21
HSL 20.31º 0.55% 0.54% -
HSV(B) 20.31º 0.64% 0.79% -
XYZ 31.77 25.52 9.38 -
YUV 136.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 202 116 72 0 0.43 0.64 0.21 20.31 0.55 0.54
Hex CA 74 48 0 2B 40 15 14 37 36
Octal 312 164 110 0 53 100 25 24 67 66
Binary 11001010 1110100 1001000 0 101011 1000000 10101 10100 110111 110110

Color Harmonies of #CA7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7448

Black with #CA7448

Text Example


Text Example

White with #CA7448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7448; }

 p { color: rgb(202,116,72); }

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

background-color css

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

 a { background-color: rgb(202,116,72); }

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

border-color css

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

 span { border-color: rgb(202,116,72); }

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