Html Css Color HEX #C2724A Red Damask

📋 copy color: '#C2724A'

red 194 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #C2724A

Tints of Red Damask #C2724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.84%

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

R = 50.79%
G = 29.84%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2724A (or 0xC2724A) is known color: Red Damask. HEX triplet: C2, 72 and 4A. RGB value is (194,114,74). Sum of RGB (Red+Green+Blue) = 194+114+74=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2724A is #3D8DB5. Grayscale: #858585. Windows color (decimal): -4033974 or 4879042. OLE color: 4879042.

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

Color convert

RGB 194 114 74 -
CMYK 0 0.41 0.62 0.24
HSL 20º 0.5% 0.53% -
HSV(B) 20º 0.62% 0.76% -
XYZ 29.5 24 9.56 -
YUV 133.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 194 114 74 0 0.41 0.62 0.24 20 0.5 0.53
Hex C2 72 4A 0 29 3E 18 14 32 35
Octal 302 162 112 0 51 76 30 24 62 65
Binary 11000010 1110010 1001010 0 101001 111110 11000 10100 110010 110101

Color Harmonies of #C2724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2724A

Black with #C2724A

Text Example


Text Example

White with #C2724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2724A; }

 p { color: rgb(194,114,74); }

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

background-color css

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

 a { background-color: rgb(194,114,74); }

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

border-color css

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

 span { border-color: rgb(194,114,74); }

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