Html Css Color HEX #C2714E Red Damask

📋 copy color: '#C2714E'

red 194 ◦ green 113 ◦ blue 78

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

Shades of Red Damask #C2714E

Tints of Red Damask #C2714E

RGB

 RED value IS 194 (76.17% from 255) = 50.39%

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

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

R = 50.39%
G = 29.35%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2714E (or 0xC2714E) is known color: Red Damask. HEX triplet: C2, 71 and 4E. RGB value is (194,113,78). Sum of RGB (Red+Green+Blue) = 194+113+78=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2714E is #3D8EB1. Grayscale: #858585. Windows color (decimal): -4034226 or 5140930. OLE color: 5140930.

HSL color Cylindrical-coordinate representation of color #C2714E: hue angle of 18.1º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2714E is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 78 -
CMYK 0 0.42 0.60 0.24
HSL 18.1º 0.49% 0.53% -
HSV(B) 18.1º 0.6% 0.76% -
XYZ 29.53 23.83 10.25 -
YUV 133.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 194 113 78 0 0.42 0.60 0.24 18.1 0.49 0.53
Hex C2 71 4E 0 2A 3C 18 12 31 35
Octal 302 161 116 0 52 74 30 22 61 65
Binary 11000010 1110001 1001110 0 101010 111100 11000 10010 110001 110101

Color Harmonies of #C2714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2714E

Black with #C2714E

Text Example


Text Example

White with #C2714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2714E; }

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

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

background-color css

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

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

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

border-color css

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

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

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