Html Css Color HEX #C2774D Red Damask

📋 copy color: '#C2774D'

red 194 ◦ green 119 ◦ blue 77

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

Shades of Red Damask #C2774D

Tints of Red Damask #C2774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.51%

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

R = 49.74%
G = 30.51%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2774D (or 0xC2774D) is known color: Red Damask. HEX triplet: C2, 77 and 4D. RGB value is (194,119,77). Sum of RGB (Red+Green+Blue) = 194+119+77=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2774D is #3D88B2. Grayscale: #888888. Windows color (decimal): -4032691 or 5076930. OLE color: 5076930.

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

Color convert

RGB 194 119 77 -
CMYK 0 0.39 0.60 0.24
HSL 21.54º 0.49% 0.53% -
HSV(B) 21.54º 0.6% 0.76% -
XYZ 30.18 25.2 10.29 -
YUV 136.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 194 119 77 0 0.39 0.60 0.24 21.54 0.49 0.53
Hex C2 77 4D 0 27 3C 18 16 31 35
Octal 302 167 115 0 47 74 30 26 61 65
Binary 11000010 1110111 1001101 0 100111 111100 11000 10110 110001 110101

Color Harmonies of #C2774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2774D

Black with #C2774D

Text Example


Text Example

White with #C2774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2774D; }

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

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

background-color css

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

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

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

border-color css

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

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

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