Html Css Color HEX #C2714B Red Damask

📋 copy color: '#C2714B'

red 194 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #C2714B

Tints of Red Damask #C2714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 50.79%
G = 29.58%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2714B (or 0xC2714B) is known color: Red Damask. HEX triplet: C2, 71 and 4B. RGB value is (194,113,75). Sum of RGB (Red+Green+Blue) = 194+113+75=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2714B is #3D8EB4. Grayscale: #858585. Windows color (decimal): -4034229 or 4944322. OLE color: 4944322.

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

Color convert

RGB 194 113 75 -
CMYK 0 0.42 0.61 0.24
HSL 19.16º 0.49% 0.53% -
HSV(B) 19.16º 0.61% 0.76% -
XYZ 29.42 23.79 9.7 -
YUV 132.89 95.34 171.59 -
System Red Green Blue C M Y K H S L
Decimal 194 113 75 0 0.42 0.61 0.24 19.16 0.49 0.53
Hex C2 71 4B 0 2A 3D 18 13 31 35
Octal 302 161 113 0 52 75 30 23 61 65
Binary 11000010 1110001 1001011 0 101010 111101 11000 10011 110001 110101

Color Harmonies of #C2714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2714B

Black with #C2714B

Text Example


Text Example

White with #C2714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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