Html Css Color HEX #C06678 Tapestry

📋 copy color: '#C06678'

red 192 ◦ green 102 ◦ blue 120

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

Shades of Tapestry #C06678

Tints of Tapestry #C06678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.64%

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

R = 46.38%
G = 24.64%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C06678 (or 0xC06678) is known color: Tapestry. HEX triplet: C0, 66 and 78. RGB value is (192,102,120). Sum of RGB (Red+Green+Blue) = 192+102+120=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C06678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06678 is #3F9987. Grayscale: #828282. Windows color (decimal): -4168072 or 7890624. OLE color: 7890624.

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

Color convert

RGB 192 102 120 -
CMYK 0 0.47 0.38 0.25
HSL 348º 0.42% 0.58% -
HSV(B) 348º 0.47% 0.75% -
XYZ 29.88 22.07 20.45 -
YUV 130.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 192 102 120 0 0.47 0.38 0.25 348 0.42 0.58
Hex C0 66 78 0 2F 26 19 15C 2A 3A
Octal 300 146 170 0 57 46 31 534 52 72
Binary 11000000 1100110 1111000 0 101111 100110 11001 101011100 101010 111010

Color Harmonies of #C06678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06678

Black with #C06678

Text Example


Text Example

White with #C06678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06678; }

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

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

background-color css

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

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

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

border-color css

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

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

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