Html Css Color HEX #C06E4A Red Damask

📋 copy color: '#C06E4A'

red 192 ◦ green 110 ◦ blue 74

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

Shades of Red Damask #C06E4A

Tints of Red Damask #C06E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 51.06%
G = 29.26%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C06E4A (or 0xC06E4A) is known color: Red Damask. HEX triplet: C0, 6E and 4A. RGB value is (192,110,74). Sum of RGB (Red+Green+Blue) = 192+110+74=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E4A is #3F91B5. Grayscale: #828282. Windows color (decimal): -4166070 or 4878016. OLE color: 4878016.

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

Color convert

RGB 192 110 74 -
CMYK 0 0.43 0.61 0.25
HSL 18.31º 0.48% 0.52% -
HSV(B) 18.31º 0.61% 0.75% -
XYZ 28.55 22.85 9.38 -
YUV 130.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 192 110 74 0 0.43 0.61 0.25 18.31 0.48 0.52
Hex C0 6E 4A 0 2B 3D 19 12 30 34
Octal 300 156 112 0 53 75 31 22 60 64
Binary 11000000 1101110 1001010 0 101011 111101 11001 10010 110000 110100

Color Harmonies of #C06E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E4A

Black with #C06E4A

Text Example


Text Example

White with #C06E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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