Html Css Color HEX #CA764A Red Damask

📋 copy color: '#CA764A'

red 202 ◦ green 118 ◦ blue 74

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

Shades of Red Damask #CA764A

Tints of Red Damask #CA764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 51.27%
G = 29.95%
B = 18.78%

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

#CA764A (or 0xCA764A) is known color: Red Damask. HEX triplet: CA, 76 and 4A. RGB value is (202,118,74). Sum of RGB (Red+Green+Blue) = 202+118+74=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA764A is #3589B5. Grayscale: #8A8A8A. Windows color (decimal): -3508662 or 4880074. OLE color: 4880074.

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

Color convert

RGB 202 118 74 -
CMYK 0 0.42 0.63 0.21
HSL 20.63º 0.55% 0.54% -
HSV(B) 20.63º 0.63% 0.79% -
XYZ 32.07 26.01 9.81 -
YUV 138.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 202 118 74 0 0.42 0.63 0.21 20.63 0.55 0.54
Hex CA 76 4A 0 2A 3F 15 15 37 36
Octal 312 166 112 0 52 77 25 25 67 66
Binary 11001010 1110110 1001010 0 101010 111111 10101 10101 110111 110110

Color Harmonies of #CA764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA764A

Black with #CA764A

Text Example


Text Example

White with #CA764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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