Html Css Color HEX #C06478 Tapestry

📋 copy color: '#C06478'

red 192 ◦ green 100 ◦ blue 120

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

Shades of Tapestry #C06478

Tints of Tapestry #C06478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.27%

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

R = 46.6%
G = 24.27%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C06478 (or 0xC06478) is known color: Tapestry. HEX triplet: C0, 64 and 78. RGB value is (192,100,120). Sum of RGB (Red+Green+Blue) = 192+100+120=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C06478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06478 is #3F9B87. Grayscale: #818181. Windows color (decimal): -4168584 or 7890112. OLE color: 7890112.

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

Color convert

RGB 192 100 120 -
CMYK 0 0.48 0.38 0.25
HSL 346.96º 0.42% 0.57% -
HSV(B) 346.96º 0.48% 0.75% -
XYZ 29.69 21.68 20.39 -
YUV 129.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 192 100 120 0 0.48 0.38 0.25 346.96 0.42 0.57
Hex C0 64 78 0 30 26 19 15B 2A 39
Octal 300 144 170 0 60 46 31 533 52 71
Binary 11000000 1100100 1111000 0 110000 100110 11001 101011011 101010 111001

Color Harmonies of #C06478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06478

Black with #C06478

Text Example


Text Example

White with #C06478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06478; }

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

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

background-color css

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

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

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

border-color css

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

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

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