Html Css Color HEX #C2754D Red Damask

📋 copy color: '#C2754D'

red 194 ◦ green 117 ◦ blue 77

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

Shades of Red Damask #C2754D

Tints of Red Damask #C2754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.15%

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

R = 50%
G = 30.15%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2754D (or 0xC2754D) is known color: Red Damask. HEX triplet: C2, 75 and 4D. RGB value is (194,117,77). Sum of RGB (Red+Green+Blue) = 194+117+77=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2754D is #3D8AB2. Grayscale: #878787. Windows color (decimal): -4033203 or 5076418. OLE color: 5076418.

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

Color convert

RGB 194 117 77 -
CMYK 0 0.40 0.60 0.24
HSL 20.51º 0.49% 0.53% -
HSV(B) 20.51º 0.6% 0.76% -
XYZ 29.95 24.73 10.22 -
YUV 135.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 194 117 77 0 0.40 0.60 0.24 20.51 0.49 0.53
Hex C2 75 4D 0 28 3C 18 15 31 35
Octal 302 165 115 0 50 74 30 25 61 65
Binary 11000010 1110101 1001101 0 101000 111100 11000 10101 110001 110101

Color Harmonies of #C2754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2754D

Black with #C2754D

Text Example


Text Example

White with #C2754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2754D; }

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

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

background-color css

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

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

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

border-color css

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

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

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