Html Css Color HEX #C06278 Tapestry

📋 copy color: '#C06278'

red 192 ◦ green 98 ◦ blue 120

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

Shades of Tapestry #C06278

Tints of Tapestry #C06278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

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

R = 46.83%
G = 23.9%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C06278 (or 0xC06278) is known color: Tapestry. HEX triplet: C0, 62 and 78. RGB value is (192,98,120). Sum of RGB (Red+Green+Blue) = 192+98+120=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C06278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06278 is #3F9D87. Grayscale: #808080. Windows color (decimal): -4169096 or 7889600. OLE color: 7889600.

HSL color Cylindrical-coordinate representation of color #C06278: hue angle of 345.96º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06278 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 98 120 -
CMYK 0 0.49 0.38 0.25
HSL 345.96º 0.43% 0.57% -
HSV(B) 345.96º 0.49% 0.75% -
XYZ 29.5 21.3 20.33 -
YUV 128.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 192 98 120 0 0.49 0.38 0.25 345.96 0.43 0.57
Hex C0 62 78 0 31 26 19 15A 2B 39
Octal 300 142 170 0 61 46 31 532 53 71
Binary 11000000 1100010 1111000 0 110001 100110 11001 101011010 101011 111001

Color Harmonies of #C06278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06278

Black with #C06278

Text Example


Text Example

White with #C06278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06278; }

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

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

background-color css

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

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

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

border-color css

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

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

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