Html Css Color HEX #C06E48 Red Damask

📋 copy color: '#C06E48'

red 192 ◦ green 110 ◦ blue 72

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

Shades of Red Damask #C06E48

Tints of Red Damask #C06E48

RGB

 RED value IS 192 (75.39% from 255) = 51.34%

 GREEN value IS 110 (43.36% from 255) = 29.41%

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

R = 51.34%
G = 29.41%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C06E48 (or 0xC06E48) is known color: Red Damask. HEX triplet: C0, 6E and 48. RGB value is (192,110,72). Sum of RGB (Red+Green+Blue) = 192+110+72=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E48 is #3F91B7. Grayscale: #828282. Windows color (decimal): -4166072 or 4746944. OLE color: 4746944.

HSL color Cylindrical-coordinate representation of color #C06E48: hue angle of 19º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C06E48 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 72 -
CMYK 0 0.43 0.63 0.25
HSL 19º 0.49% 0.52% -
HSV(B) 19º 0.63% 0.75% -
XYZ 28.48 22.83 9.04 -
YUV 130.19 95.17 172.09 -
System Red Green Blue C M Y K H S L
Decimal 192 110 72 0 0.43 0.63 0.25 19 0.49 0.52
Hex C0 6E 48 0 2B 3F 19 13 31 34
Octal 300 156 110 0 53 77 31 23 61 64
Binary 11000000 1101110 1001000 0 101011 111111 11001 10011 110001 110100

Color Harmonies of #C06E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E48

Black with #C06E48

Text Example


Text Example

White with #C06E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E48; }

 p { color: rgb(192,110,72); }

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

background-color css

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

 a { background-color: rgb(192,110,72); }

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

border-color css

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

 span { border-color: rgb(192,110,72); }

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