Html Css Color HEX #C06E8B Tapestry

📋 copy color: '#C06E8B'

red 192 ◦ green 110 ◦ blue 139

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

Shades of Tapestry #C06E8B

Tints of Tapestry #C06E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.94%

 BLUE value IS 139 (54.69% from 255) = 31.52%

R = 43.54%
G = 24.94%
B = 31.52%

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

#C06E8B (or 0xC06E8B) is known color: Tapestry. HEX triplet: C0, 6E and 8B. RGB value is (192,110,139). Sum of RGB (Red+Green+Blue) = 192+110+139=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E8B is #3F9174. Grayscale: #898989. Windows color (decimal): -4166005 or 9137856. OLE color: 9137856.

HSL color Cylindrical-coordinate representation of color #C06E8B: hue angle of 338.78º degrees, saturation: 0.39, 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 #C06E8B is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 139 -
CMYK 0 0.43 0.28 0.25
HSL 338.78º 0.39% 0.59% -
HSV(B) 338.78º 0.43% 0.75% -
XYZ 31.97 24.22 27.42 -
YUV 137.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 192 110 139 0 0.43 0.28 0.25 338.78 0.39 0.59
Hex C0 6E 8B 0 2B 1C 19 153 27 3B
Octal 300 156 213 0 53 34 31 523 47 73
Binary 11000000 1101110 10001011 0 101011 11100 11001 101010011 100111 111011

Color Harmonies of #C06E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E8B

Black with #C06E8B

Text Example


Text Example

White with #C06E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E8B; }

 p { color: rgb(192,110,139); }

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

background-color css

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

 a { background-color: rgb(192,110,139); }

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

border-color css

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

 span { border-color: rgb(192,110,139); }

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