Html Css Color HEX #CA714E Red Damask

📋 copy color: '#CA714E'

red 202 ◦ green 113 ◦ blue 78

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

Shades of Red Damask #CA714E

Tints of Red Damask #CA714E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.85%

R = 51.4%
G = 28.75%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA714E (or 0xCA714E) is known color: Red Damask. HEX triplet: CA, 71 and 4E. RGB value is (202,113,78). Sum of RGB (Red+Green+Blue) = 202+113+78=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA714E is #358EB1. Grayscale: #878787. Windows color (decimal): -3509938 or 5140938. OLE color: 5140938.

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

Color convert

RGB 202 113 78 -
CMYK 0 0.44 0.61 0.21
HSL 16.94º 0.54% 0.55% -
HSV(B) 16.94º 0.61% 0.79% -
XYZ 31.64 24.92 10.35 -
YUV 135.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 202 113 78 0 0.44 0.61 0.21 16.94 0.54 0.55
Hex CA 71 4E 0 2C 3D 15 11 36 37
Octal 312 161 116 0 54 75 25 21 66 67
Binary 11001010 1110001 1001110 0 101100 111101 10101 10001 110110 110111

Color Harmonies of #CA714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA714E

Black with #CA714E

Text Example


Text Example

White with #CA714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA714E; }

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

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

background-color css

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

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

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

border-color css

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

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

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