Html Css Color HEX #C27248 Red Damask

📋 copy color: '#C27248'

red 194 ◦ green 114 ◦ blue 72

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

Shades of Red Damask #C27248

Tints of Red Damask #C27248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 51.05%
G = 30%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C27248 (or 0xC27248) is known color: Red Damask. HEX triplet: C2, 72 and 48. RGB value is (194,114,72). Sum of RGB (Red+Green+Blue) = 194+114+72=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C27248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27248 is #3D8DB7. Grayscale: #858585. Windows color (decimal): -4033976 or 4747970. OLE color: 4747970.

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

Color convert

RGB 194 114 72 -
CMYK 0 0.41 0.63 0.24
HSL 20.66º 0.5% 0.52% -
HSV(B) 20.66º 0.63% 0.76% -
XYZ 29.44 23.97 9.21 -
YUV 133.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 194 114 72 0 0.41 0.63 0.24 20.66 0.5 0.52
Hex C2 72 48 0 29 3F 18 15 32 34
Octal 302 162 110 0 51 77 30 25 62 64
Binary 11000010 1110010 1001000 0 101001 111111 11000 10101 110010 110100

Color Harmonies of #C27248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27248

Black with #C27248

Text Example


Text Example

White with #C27248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27248; }

 p { color: rgb(194,114,72); }

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

background-color css

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

 a { background-color: rgb(194,114,72); }

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

border-color css

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

 span { border-color: rgb(194,114,72); }

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