Html Css Color HEX #C0607C Tapestry

📋 copy color: '#C0607C'

red 192 ◦ green 96 ◦ blue 124

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

Shades of Tapestry #C0607C

Tints of Tapestry #C0607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.3%

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

R = 46.6%
G = 23.3%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0607C (or 0xC0607C) is known color: Tapestry. HEX triplet: C0, 60 and 7C. RGB value is (192,96,124). Sum of RGB (Red+Green+Blue) = 192+96+124=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0607C is #3F9F83. Grayscale: #7F7F7F. Windows color (decimal): -4169604 or 8151232. OLE color: 8151232.

HSL color Cylindrical-coordinate representation of color #C0607C: hue angle of 342.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0607C is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 124 -
CMYK 0 0.50 0.35 0.25
HSL 342.5º 0.43% 0.56% -
HSV(B) 342.5º 0.5% 0.75% -
XYZ 29.56 21.03 21.57 -
YUV 127.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 192 96 124 0 0.50 0.35 0.25 342.5 0.43 0.56
Hex C0 60 7C 0 32 23 19 156 2B 38
Octal 300 140 174 0 62 43 31 526 53 70
Binary 11000000 1100000 1111100 0 110010 100011 11001 101010110 101011 111000

Color Harmonies of #C0607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0607C

Black with #C0607C

Text Example


Text Example

White with #C0607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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