Html Css Color HEX #CA774A Red Damask

📋 copy color: '#CA774A'

red 202 ◦ green 119 ◦ blue 74

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

Shades of Red Damask #CA774A

Tints of Red Damask #CA774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

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

R = 51.14%
G = 30.13%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA774A (or 0xCA774A) is known color: Red Damask. HEX triplet: CA, 77 and 4A. RGB value is (202,119,74). Sum of RGB (Red+Green+Blue) = 202+119+74=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA774A is #3588B5. Grayscale: #8A8A8A. Windows color (decimal): -3508406 or 4880330. OLE color: 4880330.

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

Color convert

RGB 202 119 74 -
CMYK 0 0.41 0.63 0.21
HSL 21.09º 0.55% 0.54% -
HSV(B) 21.09º 0.63% 0.79% -
XYZ 32.19 26.24 9.85 -
YUV 138.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 202 119 74 0 0.41 0.63 0.21 21.09 0.55 0.54
Hex CA 77 4A 0 29 3F 15 15 37 36
Octal 312 167 112 0 51 77 25 25 67 66
Binary 11001010 1110111 1001010 0 101001 111111 10101 10101 110111 110110

Color Harmonies of #CA774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA774A

Black with #CA774A

Text Example


Text Example

White with #CA774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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