Html Css Color HEX #C06A89 Tapestry

📋 copy color: '#C06A89'

red 192 ◦ green 106 ◦ blue 137

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

Shades of Tapestry #C06A89

Tints of Tapestry #C06A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.37%

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

R = 44.14%
G = 24.37%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C06A89 (or 0xC06A89) is known color: Tapestry. HEX triplet: C0, 6A and 89. RGB value is (192,106,137). Sum of RGB (Red+Green+Blue) = 192+106+137=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06A89 is #3F9576. Grayscale: #878787. Windows color (decimal): -4167031 or 9005760. OLE color: 9005760.

HSL color Cylindrical-coordinate representation of color #C06A89: hue angle of 338.37º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06A89 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 106 137 -
CMYK 0 0.45 0.29 0.25
HSL 338.37º 0.41% 0.58% -
HSV(B) 338.37º 0.45% 0.75% -
XYZ 31.41 23.32 26.51 -
YUV 135.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 192 106 137 0 0.45 0.29 0.25 338.37 0.41 0.58
Hex C0 6A 89 0 2D 1D 19 152 29 3A
Octal 300 152 211 0 55 35 31 522 51 72
Binary 11000000 1101010 10001001 0 101101 11101 11001 101010010 101001 111010

Color Harmonies of #C06A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06A89

Black with #C06A89

Text Example


Text Example

White with #C06A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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