Html Css Color HEX #CA714D Red Damask

📋 copy color: '#CA714D'

red 202 ◦ green 113 ◦ blue 77

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

Shades of Red Damask #CA714D

Tints of Red Damask #CA714D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 51.53%
G = 28.83%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA714D (or 0xCA714D) is known color: Red Damask. HEX triplet: CA, 71 and 4D. RGB value is (202,113,77). Sum of RGB (Red+Green+Blue) = 202+113+77=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA714D is #358EB2. Grayscale: #878787. Windows color (decimal): -3509939 or 5075402. OLE color: 5075402.

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

Color convert

RGB 202 113 77 -
CMYK 0 0.44 0.62 0.21
HSL 17.28º 0.54% 0.55% -
HSV(B) 17.28º 0.62% 0.79% -
XYZ 31.6 24.9 10.16 -
YUV 135.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 202 113 77 0 0.44 0.62 0.21 17.28 0.54 0.55
Hex CA 71 4D 0 2C 3E 15 11 36 37
Octal 312 161 115 0 54 76 25 21 66 67
Binary 11001010 1110001 1001101 0 101100 111110 10101 10001 110110 110111

Color Harmonies of #CA714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA714D

Black with #CA714D

Text Example


Text Example

White with #CA714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA714D; }

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

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

background-color css

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

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

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

border-color css

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

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

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