Html Css Color HEX #C06A4C Red Damask

📋 copy color: '#C06A4C'

red 192 ◦ green 106 ◦ blue 76

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

Shades of Red Damask #C06A4C

Tints of Red Damask #C06A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.32%

R = 51.34%
G = 28.34%
B = 20.32%

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

#C06A4C (or 0xC06A4C) is known color: Red Damask. HEX triplet: C0, 6A and 4C. RGB value is (192,106,76). Sum of RGB (Red+Green+Blue) = 192+106+76=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A4C is #3F95B3. Grayscale: #808080. Windows color (decimal): -4167092 or 5008064. OLE color: 5008064.

HSL color Cylindrical-coordinate representation of color #C06A4C: hue angle of 15.52º 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 #C06A4C is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 106 76 -
CMYK 0 0.45 0.60 0.25
HSL 15.52º 0.48% 0.53% -
HSV(B) 15.52º 0.6% 0.75% -
XYZ 28.2 22.04 9.6 -
YUV 128.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 192 106 76 0 0.45 0.60 0.25 15.52 0.48 0.53
Hex C0 6A 4C 0 2D 3C 19 10 30 35
Octal 300 152 114 0 55 74 31 20 60 65
Binary 11000000 1101010 1001100 0 101101 111100 11001 10000 110000 110101

Color Harmonies of #C06A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06A4C

Black with #C06A4C

Text Example


Text Example

White with #C06A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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