Html Css Color HEX #CA754A Red Damask

📋 copy color: '#CA754A'

red 202 ◦ green 117 ◦ blue 74

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

Shades of Red Damask #CA754A

Tints of Red Damask #CA754A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 51.4%
G = 29.77%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA754A (or 0xCA754A) is known color: Red Damask. HEX triplet: CA, 75 and 4A. RGB value is (202,117,74). Sum of RGB (Red+Green+Blue) = 202+117+74=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA754A is #358AB5. Grayscale: #898989. Windows color (decimal): -3508918 or 4879818. OLE color: 4879818.

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

Color convert

RGB 202 117 74 -
CMYK 0 0.42 0.63 0.21
HSL 20.16º 0.55% 0.54% -
HSV(B) 20.16º 0.63% 0.79% -
XYZ 31.95 25.77 9.77 -
YUV 137.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 202 117 74 0 0.42 0.63 0.21 20.16 0.55 0.54
Hex CA 75 4A 0 2A 3F 15 14 37 36
Octal 312 165 112 0 52 77 25 24 67 66
Binary 11001010 1110101 1001010 0 101010 111111 10101 10100 110111 110110

Color Harmonies of #CA754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA754A

Black with #CA754A

Text Example


Text Example

White with #CA754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA754A; }

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

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

background-color css

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

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

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

border-color css

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

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

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