Html Css Color HEX #C2764C Red Damask

📋 copy color: '#C2764C'

red 194 ◦ green 118 ◦ blue 76

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

Shades of Red Damask #C2764C

Tints of Red Damask #C2764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 50%
G = 30.41%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2764C (or 0xC2764C) is known color: Red Damask. HEX triplet: C2, 76 and 4C. RGB value is (194,118,76). Sum of RGB (Red+Green+Blue) = 194+118+76=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2764C is #3D89B3. Grayscale: #888888. Windows color (decimal): -4032948 or 5011138. OLE color: 5011138.

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

Color convert

RGB 194 118 76 -
CMYK 0 0.39 0.61 0.24
HSL 21.36º 0.49% 0.53% -
HSV(B) 21.36º 0.61% 0.76% -
XYZ 30.03 24.95 10.07 -
YUV 135.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 194 118 76 0 0.39 0.61 0.24 21.36 0.49 0.53
Hex C2 76 4C 0 27 3D 18 15 31 35
Octal 302 166 114 0 47 75 30 25 61 65
Binary 11000010 1110110 1001100 0 100111 111101 11000 10101 110001 110101

Color Harmonies of #C2764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2764C

Black with #C2764C

Text Example


Text Example

White with #C2764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2764C; }

 p { color: rgb(194,118,76); }

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

background-color css

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

 a { background-color: rgb(194,118,76); }

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

border-color css

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

 span { border-color: rgb(194,118,76); }

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