Html Css Color HEX #C06C4C Red Damask

📋 copy color: '#C06C4C'

red 192 ◦ green 108 ◦ blue 76

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

Shades of Red Damask #C06C4C

Tints of Red Damask #C06C4C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.72%

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

R = 51.06%
G = 28.72%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C06C4C (or 0xC06C4C) is known color: Red Damask. HEX triplet: C0, 6C and 4C. RGB value is (192,108,76). Sum of RGB (Red+Green+Blue) = 192+108+76=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C4C is #3F93B3. Grayscale: #818181. Windows color (decimal): -4166580 or 5008576. OLE color: 5008576.

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

Color convert

RGB 192 108 76 -
CMYK 0 0.44 0.60 0.25
HSL 16.55º 0.48% 0.53% -
HSV(B) 16.55º 0.6% 0.75% -
XYZ 28.41 22.45 9.67 -
YUV 129.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 192 108 76 0 0.44 0.60 0.25 16.55 0.48 0.53
Hex C0 6C 4C 0 2C 3C 19 11 30 35
Octal 300 154 114 0 54 74 31 21 60 65
Binary 11000000 1101100 1001100 0 101100 111100 11001 10001 110000 110101

Color Harmonies of #C06C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C4C

Black with #C06C4C

Text Example


Text Example

White with #C06C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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