Html Css Color HEX #CA7348 Red Damask

📋 copy color: '#CA7348'

red 202 ◦ green 115 ◦ blue 72

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

Shades of Red Damask #CA7348

Tints of Red Damask #CA7348

RGB

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

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

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

R = 51.93%
G = 29.56%
B = 18.51%

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

#CA7348 (or 0xCA7348) is known color: Red Damask. HEX triplet: CA, 73 and 48. RGB value is (202,115,72). Sum of RGB (Red+Green+Blue) = 202+115+72=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7348 is #358CB7. Grayscale: #888888. Windows color (decimal): -3509432 or 4748234. OLE color: 4748234.

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

Color convert

RGB 202 115 72 -
CMYK 0 0.43 0.64 0.21
HSL 19.85º 0.55% 0.54% -
HSV(B) 19.85º 0.64% 0.79% -
XYZ 31.66 25.29 9.34 -
YUV 136.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 202 115 72 0 0.43 0.64 0.21 19.85 0.55 0.54
Hex CA 73 48 0 2B 40 15 14 37 36
Octal 312 163 110 0 53 100 25 24 67 66
Binary 11001010 1110011 1001000 0 101011 1000000 10101 10100 110111 110110

Color Harmonies of #CA7348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7348

Black with #CA7348

Text Example


Text Example

White with #CA7348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7348; }

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

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

background-color css

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

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

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

border-color css

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

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

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