Html Css Color HEX #C06A4D Red Damask

📋 copy color: '#C06A4D'

red 192 ◦ green 106 ◦ blue 77

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

Shades of Red Damask #C06A4D

Tints of Red Damask #C06A4D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

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

R = 51.2%
G = 28.27%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C06A4D (or 0xC06A4D) is known color: Red Damask. HEX triplet: C0, 6A and 4D. RGB value is (192,106,77). Sum of RGB (Red+Green+Blue) = 192+106+77=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A4D is #3F95B2. Grayscale: #808080. Windows color (decimal): -4167091 or 5073600. OLE color: 5073600.

HSL color Cylindrical-coordinate representation of color #C06A4D: hue angle of 15.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C06A4D is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 106 77 -
CMYK 0 0.45 0.60 0.25
HSL 15.13º 0.48% 0.53% -
HSV(B) 15.13º 0.6% 0.75% -
XYZ 28.23 22.05 9.79 -
YUV 128.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 192 106 77 0 0.45 0.60 0.25 15.13 0.48 0.53
Hex C0 6A 4D 0 2D 3C 19 F 30 35
Octal 300 152 115 0 55 74 31 17 60 65
Binary 11000000 1101010 1001101 0 101101 111100 11001 1111 110000 110101

Color Harmonies of #C06A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06A4D

Black with #C06A4D

Text Example


Text Example

White with #C06A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06A4D; }

 p { color: rgb(192,106,77); }

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

background-color css

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

 a { background-color: rgb(192,106,77); }

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

border-color css

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

 span { border-color: rgb(192,106,77); }

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