Html Css Color HEX #C2704D Red Damask

📋 copy color: '#C2704D'

red 194 ◦ green 112 ◦ blue 77

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

Shades of Red Damask #C2704D

Tints of Red Damask #C2704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

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

R = 50.65%
G = 29.24%
B = 20.1%

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

#C2704D (or 0xC2704D) is known color: Red Damask. HEX triplet: C2, 70 and 4D. RGB value is (194,112,77). Sum of RGB (Red+Green+Blue) = 194+112+77=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2704D is #3D8FB2. Grayscale: #848484. Windows color (decimal): -4034483 or 5075138. OLE color: 5075138.

HSL color Cylindrical-coordinate representation of color #C2704D: hue angle of 17.95º 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 #C2704D is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 77 -
CMYK 0 0.42 0.60 0.24
HSL 17.95º 0.49% 0.53% -
HSV(B) 17.95º 0.6% 0.76% -
XYZ 29.38 23.59 10.03 -
YUV 132.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 194 112 77 0 0.42 0.60 0.24 17.95 0.49 0.53
Hex C2 70 4D 0 2A 3C 18 12 31 35
Octal 302 160 115 0 52 74 30 22 61 65
Binary 11000010 1110000 1001101 0 101010 111100 11000 10010 110001 110101

Color Harmonies of #C2704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2704D

Black with #C2704D

Text Example


Text Example

White with #C2704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2704D; }

 p { color: rgb(194,112,77); }

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

background-color css

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

 a { background-color: rgb(194,112,77); }

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

border-color css

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

 span { border-color: rgb(194,112,77); }

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