Html Css Color HEX #C06C89 Tapestry

📋 copy color: '#C06C89'

red 192 ◦ green 108 ◦ blue 137

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

Shades of Tapestry #C06C89

Tints of Tapestry #C06C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.35%

R = 43.94%
G = 24.71%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C06C89 (or 0xC06C89) is known color: Tapestry. HEX triplet: C0, 6C and 89. RGB value is (192,108,137). Sum of RGB (Red+Green+Blue) = 192+108+137=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C89 is #3F9376. Grayscale: #888888. Windows color (decimal): -4166519 or 9006272. OLE color: 9006272.

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

Color convert

RGB 192 108 137 -
CMYK 0 0.44 0.29 0.25
HSL 339.29º 0.4% 0.59% -
HSV(B) 339.29º 0.44% 0.75% -
XYZ 31.62 23.74 26.58 -
YUV 136.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 192 108 137 0 0.44 0.29 0.25 339.29 0.4 0.59
Hex C0 6C 89 0 2C 1D 19 153 28 3B
Octal 300 154 211 0 54 35 31 523 50 73
Binary 11000000 1101100 10001001 0 101100 11101 11001 101010011 101000 111011

Color Harmonies of #C06C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C89

Black with #C06C89

Text Example


Text Example

White with #C06C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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