Html Css Color HEX #C06F78 Tapestry

📋 copy color: '#C06F78'

red 192 ◦ green 111 ◦ blue 120

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

Shades of Tapestry #C06F78

Tints of Tapestry #C06F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.37%

R = 45.39%
G = 26.24%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C06F78 (or 0xC06F78) is known color: Tapestry. HEX triplet: C0, 6F and 78. RGB value is (192,111,120). Sum of RGB (Red+Green+Blue) = 192+111+120=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F78 is #3F9087. Grayscale: #888888. Windows color (decimal): -4165768 or 7892928. OLE color: 7892928.

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

Color convert

RGB 192 111 120 -
CMYK 0 0.42 0.38 0.25
HSL 353.33º 0.39% 0.59% -
HSV(B) 353.33º 0.42% 0.75% -
XYZ 30.81 23.93 20.76 -
YUV 136.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 192 111 120 0 0.42 0.38 0.25 353.33 0.39 0.59
Hex C0 6F 78 0 2A 26 19 161 27 3B
Octal 300 157 170 0 52 46 31 541 47 73
Binary 11000000 1101111 1111000 0 101010 100110 11001 101100001 100111 111011

Color Harmonies of #C06F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F78

Black with #C06F78

Text Example


Text Example

White with #C06F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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