Html Css Color HEX #C27352 Red Damask

📋 copy color: '#C27352'

red 194 ◦ green 115 ◦ blue 82

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

Shades of Red Damask #C27352

Tints of Red Damask #C27352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

 BLUE value IS 82 (32.42% from 255) = 20.97%

R = 49.62%
G = 29.41%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C27352 (or 0xC27352) is known color: Red Damask. HEX triplet: C2, 73 and 52. RGB value is (194,115,82). Sum of RGB (Red+Green+Blue) = 194+115+82=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C27352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27352 is #3D8CAD. Grayscale: #878787. Windows color (decimal): -4033710 or 5403586. OLE color: 5403586.

HSL color Cylindrical-coordinate representation of color #C27352: hue angle of 17.68º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C27352 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 115 82 -
CMYK 0 0.41 0.58 0.24
HSL 17.68º 0.48% 0.54% -
HSV(B) 17.68º 0.58% 0.76% -
XYZ 29.9 24.34 11.1 -
YUV 134.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 194 115 82 0 0.41 0.58 0.24 17.68 0.48 0.54
Hex C2 73 52 0 29 3A 18 12 30 36
Octal 302 163 122 0 51 72 30 22 60 66
Binary 11000010 1110011 1010010 0 101001 111010 11000 10010 110000 110110

Color Harmonies of #C27352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27352

Black with #C27352

Text Example


Text Example

White with #C27352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27352; }

 p { color: rgb(194,115,82); }

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

background-color css

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

 a { background-color: rgb(194,115,82); }

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

border-color css

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

 span { border-color: rgb(194,115,82); }

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