Html Css Color HEX #C06B79 Tapestry

📋 copy color: '#C06B79'

red 192 ◦ green 107 ◦ blue 121

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

Shades of Tapestry #C06B79

Tints of Tapestry #C06B79

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.48%

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 45.71%
G = 25.48%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C06B79 (or 0xC06B79) is known color: Tapestry. HEX triplet: C0, 6B and 79. RGB value is (192,107,121). Sum of RGB (Red+Green+Blue) = 192+107+121=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B79 is #3F9486. Grayscale: #868686. Windows color (decimal): -4166791 or 7957440. OLE color: 7957440.

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

Color convert

RGB 192 107 121 -
CMYK 0 0.44 0.37 0.25
HSL 350.12º 0.4% 0.59% -
HSV(B) 350.12º 0.44% 0.75% -
XYZ 30.45 23.1 20.94 -
YUV 134.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 192 107 121 0 0.44 0.37 0.25 350.12 0.4 0.59
Hex C0 6B 79 0 2C 25 19 15E 28 3B
Octal 300 153 171 0 54 45 31 536 50 73
Binary 11000000 1101011 1111001 0 101100 100101 11001 101011110 101000 111011

Color Harmonies of #C06B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B79

Black with #C06B79

Text Example


Text Example

White with #C06B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B79; }

 p { color: rgb(192,107,121); }

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

background-color css

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

 a { background-color: rgb(192,107,121); }

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

border-color css

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

 span { border-color: rgb(192,107,121); }

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