Html Css Color HEX #CA714A Red Damask

📋 copy color: '#CA714A'

red 202 ◦ green 113 ◦ blue 74

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

Shades of Red Damask #CA714A

Tints of Red Damask #CA714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 51.93%
G = 29.05%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA714A (or 0xCA714A) is known color: Red Damask. HEX triplet: CA, 71 and 4A. RGB value is (202,113,74). Sum of RGB (Red+Green+Blue) = 202+113+74=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA714A is #358EB5. Grayscale: #878787. Windows color (decimal): -3509942 or 4878794. OLE color: 4878794.

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

Color convert

RGB 202 113 74 -
CMYK 0 0.44 0.63 0.21
HSL 18.28º 0.55% 0.54% -
HSV(B) 18.28º 0.63% 0.79% -
XYZ 31.5 24.86 9.62 -
YUV 135.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 202 113 74 0 0.44 0.63 0.21 18.28 0.55 0.54
Hex CA 71 4A 0 2C 3F 15 12 37 36
Octal 312 161 112 0 54 77 25 22 67 66
Binary 11001010 1110001 1001010 0 101100 111111 10101 10010 110111 110110

Color Harmonies of #CA714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA714A

Black with #CA714A

Text Example


Text Example

White with #CA714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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