Html Css Color HEX #C06E7A Tapestry

📋 copy color: '#C06E7A'

red 192 ◦ green 110 ◦ blue 122

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

Shades of Tapestry #C06E7A

Tints of Tapestry #C06E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.77%

R = 45.28%
G = 25.94%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C06E7A (or 0xC06E7A) is known color: Tapestry. HEX triplet: C0, 6E and 7A. RGB value is (192,110,122). Sum of RGB (Red+Green+Blue) = 192+110+122=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E7A is #3F9185. Grayscale: #878787. Windows color (decimal): -4166022 or 8023744. OLE color: 8023744.

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

Color convert

RGB 192 110 122 -
CMYK 0 0.43 0.36 0.25
HSL 351.22º 0.39% 0.59% -
HSV(B) 351.22º 0.43% 0.75% -
XYZ 30.83 23.76 21.37 -
YUV 135.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 192 110 122 0 0.43 0.36 0.25 351.22 0.39 0.59
Hex C0 6E 7A 0 2B 24 19 15F 27 3B
Octal 300 156 172 0 53 44 31 537 47 73
Binary 11000000 1101110 1111010 0 101011 100100 11001 101011111 100111 111011

Color Harmonies of #C06E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E7A

Black with #C06E7A

Text Example


Text Example

White with #C06E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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