Html Css Color HEX #C06C85 Tapestry

📋 copy color: '#C06C85'

red 192 ◦ green 108 ◦ blue 133

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

Shades of Tapestry #C06C85

Tints of Tapestry #C06C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 44.34%
G = 24.94%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C06C85 (or 0xC06C85) is known color: Tapestry. HEX triplet: C0, 6C and 85. RGB value is (192,108,133). Sum of RGB (Red+Green+Blue) = 192+108+133=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C85 is #3F937A. Grayscale: #878787. Windows color (decimal): -4166523 or 8744128. OLE color: 8744128.

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

Color convert

RGB 192 108 133 -
CMYK 0 0.44 0.31 0.25
HSL 342.14º 0.4% 0.59% -
HSV(B) 342.14º 0.44% 0.75% -
XYZ 31.33 23.63 25.1 -
YUV 135.97 126.33 167.97 -
System Red Green Blue C M Y K H S L
Decimal 192 108 133 0 0.44 0.31 0.25 342.14 0.4 0.59
Hex C0 6C 85 0 2C 1F 19 156 28 3B
Octal 300 154 205 0 54 37 31 526 50 73
Binary 11000000 1101100 10000101 0 101100 11111 11001 101010110 101000 111011

Color Harmonies of #C06C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C85

Black with #C06C85

Text Example


Text Example

White with #C06C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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