Html Css Color HEX #C2784C Red Damask

📋 copy color: '#C2784C'

red 194 ◦ green 120 ◦ blue 76

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

Shades of Red Damask #C2784C

Tints of Red Damask #C2784C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.77%

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

R = 49.74%
G = 30.77%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2784C (or 0xC2784C) is known color: Red Damask. HEX triplet: C2, 78 and 4C. RGB value is (194,120,76). Sum of RGB (Red+Green+Blue) = 194+120+76=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2784C is #3D87B3. Grayscale: #898989. Windows color (decimal): -4032436 or 5011650. OLE color: 5011650.

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

Color convert

RGB 194 120 76 -
CMYK 0 0.38 0.61 0.24
HSL 22.37º 0.49% 0.53% -
HSV(B) 22.37º 0.61% 0.76% -
XYZ 30.27 25.42 10.15 -
YUV 137.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 194 120 76 0 0.38 0.61 0.24 22.37 0.49 0.53
Hex C2 78 4C 0 26 3D 18 16 31 35
Octal 302 170 114 0 46 75 30 26 61 65
Binary 11000010 1111000 1001100 0 100110 111101 11000 10110 110001 110101

Color Harmonies of #C2784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2784C

Black with #C2784C

Text Example


Text Example

White with #C2784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2784C; }

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

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

background-color css

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

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

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

border-color css

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

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

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