Html Css Color HEX #C06C7D Tapestry

📋 copy color: '#C06C7D'

red 192 ◦ green 108 ◦ blue 125

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

Shades of Tapestry #C06C7D

Tints of Tapestry #C06C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 45.18%
G = 25.41%
B = 29.41%

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

#C06C7D (or 0xC06C7D) is known color: Tapestry. HEX triplet: C0, 6C and 7D. RGB value is (192,108,125). Sum of RGB (Red+Green+Blue) = 192+108+125=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C7D is #3F9382. Grayscale: #878787. Windows color (decimal): -4166531 or 8219840. OLE color: 8219840.

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

Color convert

RGB 192 108 125 -
CMYK 0 0.44 0.35 0.25
HSL 347.86º 0.4% 0.59% -
HSV(B) 347.86º 0.44% 0.75% -
XYZ 30.8 23.41 22.3 -
YUV 135.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 192 108 125 0 0.44 0.35 0.25 347.86 0.4 0.59
Hex C0 6C 7D 0 2C 23 19 15C 28 3B
Octal 300 154 175 0 54 43 31 534 50 73
Binary 11000000 1101100 1111101 0 101100 100011 11001 101011100 101000 111011

Color Harmonies of #C06C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C7D

Black with #C06C7D

Text Example


Text Example

White with #C06C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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