Html Css Color HEX #C06F7E Tapestry

📋 copy color: '#C06F7E'

red 192 ◦ green 111 ◦ blue 126

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

Shades of Tapestry #C06F7E

Tints of Tapestry #C06F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.87%

 BLUE value IS 126 (49.61% from 255) = 29.37%

R = 44.76%
G = 25.87%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C06F7E (or 0xC06F7E) is known color: Tapestry. HEX triplet: C0, 6F and 7E. RGB value is (192,111,126). Sum of RGB (Red+Green+Blue) = 192+111+126=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F7E is #3F9081. Grayscale: #888888. Windows color (decimal): -4165762 or 8286144. OLE color: 8286144.

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

Color convert

RGB 192 111 126 -
CMYK 0 0.42 0.34 0.25
HSL 348.89º 0.39% 0.59% -
HSV(B) 348.89º 0.42% 0.75% -
XYZ 31.19 24.08 22.74 -
YUV 136.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 192 111 126 0 0.42 0.34 0.25 348.89 0.39 0.59
Hex C0 6F 7E 0 2A 22 19 15D 27 3B
Octal 300 157 176 0 52 42 31 535 47 73
Binary 11000000 1101111 1111110 0 101010 100010 11001 101011101 100111 111011

Color Harmonies of #C06F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F7E

Black with #C06F7E

Text Example


Text Example

White with #C06F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F7E; }

 p { color: rgb(192,111,126); }

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

background-color css

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

 a { background-color: rgb(192,111,126); }

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

border-color css

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

 span { border-color: rgb(192,111,126); }

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