Html Css Color HEX #C06C7C Tapestry

📋 copy color: '#C06C7C'

red 192 ◦ green 108 ◦ blue 124

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

Shades of Tapestry #C06C7C

Tints of Tapestry #C06C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.25%

R = 45.28%
G = 25.47%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C06C7C (or 0xC06C7C) is known color: Tapestry. HEX triplet: C0, 6C and 7C. RGB value is (192,108,124). Sum of RGB (Red+Green+Blue) = 192+108+124=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C7C is #3F9383. Grayscale: #868686. Windows color (decimal): -4166532 or 8154304. OLE color: 8154304.

HSL color Cylindrical-coordinate representation of color #C06C7C: hue angle of 348.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06C7C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 108 124 -
CMYK 0 0.44 0.35 0.25
HSL 348.57º 0.4% 0.59% -
HSV(B) 348.57º 0.44% 0.75% -
XYZ 30.74 23.39 21.96 -
YUV 134.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 192 108 124 0 0.44 0.35 0.25 348.57 0.4 0.59
Hex C0 6C 7C 0 2C 23 19 15D 28 3B
Octal 300 154 174 0 54 43 31 535 50 73
Binary 11000000 1101100 1111100 0 101100 100011 11001 101011101 101000 111011

Color Harmonies of #C06C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C7C

Black with #C06C7C

Text Example


Text Example

White with #C06C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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