Html Css Color HEX #C06D8A Tapestry

📋 copy color: '#C06D8A'

red 192 ◦ green 109 ◦ blue 138

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

Shades of Tapestry #C06D8A

Tints of Tapestry #C06D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.83%

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 43.74%
G = 24.83%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C06D8A (or 0xC06D8A) is known color: Tapestry. HEX triplet: C0, 6D and 8A. RGB value is (192,109,138). Sum of RGB (Red+Green+Blue) = 192+109+138=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06D8A is #3F9275. Grayscale: #898989. Windows color (decimal): -4166262 or 9072064. OLE color: 9072064.

HSL color Cylindrical-coordinate representation of color #C06D8A: hue angle of 339.04º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06D8A is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 109 138 -
CMYK 0 0.43 0.28 0.25
HSL 339.04º 0.4% 0.59% -
HSV(B) 339.04º 0.43% 0.75% -
XYZ 31.79 23.98 27 -
YUV 137.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 192 109 138 0 0.43 0.28 0.25 339.04 0.4 0.59
Hex C0 6D 8A 0 2B 1C 19 153 28 3B
Octal 300 155 212 0 53 34 31 523 50 73
Binary 11000000 1101101 10001010 0 101011 11100 11001 101010011 101000 111011

Color Harmonies of #C06D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D8A

Black with #C06D8A

Text Example


Text Example

White with #C06D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D8A; }

 p { color: rgb(192,109,138); }

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

background-color css

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

 a { background-color: rgb(192,109,138); }

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

border-color css

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

 span { border-color: rgb(192,109,138); }

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