Html Css Color HEX #C06874 Tapestry

📋 copy color: '#C06874'

red 192 ◦ green 104 ◦ blue 116

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

Shades of Tapestry #C06874

Tints of Tapestry #C06874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.24%

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 46.6%
G = 25.24%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C06874 (or 0xC06874) is known color: Tapestry. HEX triplet: C0, 68 and 74. RGB value is (192,104,116). Sum of RGB (Red+Green+Blue) = 192+104+116=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C06874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06874 is #3F978B. Grayscale: #838383. Windows color (decimal): -4167564 or 7628992. OLE color: 7628992.

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

Color convert

RGB 192 104 116 -
CMYK 0 0.46 0.40 0.25
HSL 351.82º 0.41% 0.58% -
HSV(B) 351.82º 0.46% 0.75% -
XYZ 29.84 22.37 19.27 -
YUV 131.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 192 104 116 0 0.46 0.40 0.25 351.82 0.41 0.58
Hex C0 68 74 0 2E 28 19 160 29 3A
Octal 300 150 164 0 56 50 31 540 51 72
Binary 11000000 1101000 1110100 0 101110 101000 11001 101100000 101001 111010

Color Harmonies of #C06874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06874

Black with #C06874

Text Example


Text Example

White with #C06874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06874; }

 p { color: rgb(192,104,116); }

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

background-color css

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

 a { background-color: rgb(192,104,116); }

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

border-color css

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

 span { border-color: rgb(192,104,116); }

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