Html Css Color HEX #C06875 Tapestry

📋 copy color: '#C06875'

red 192 ◦ green 104 ◦ blue 117

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

Shades of Tapestry #C06875

Tints of Tapestry #C06875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 46.49%
G = 25.18%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06875 (or 0xC06875) is known color: Tapestry. HEX triplet: C0, 68 and 75. RGB value is (192,104,117). Sum of RGB (Red+Green+Blue) = 192+104+117=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C06875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06875 is #3F978A. Grayscale: #838383. Windows color (decimal): -4167563 or 7694528. OLE color: 7694528.

HSL color Cylindrical-coordinate representation of color #C06875: hue angle of 351.14º 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 #C06875 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 117 -
CMYK 0 0.46 0.39 0.25
HSL 351.14º 0.41% 0.58% -
HSV(B) 351.14º 0.46% 0.75% -
XYZ 29.9 22.39 19.58 -
YUV 131.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 192 104 117 0 0.46 0.39 0.25 351.14 0.41 0.58
Hex C0 68 75 0 2E 27 19 15F 29 3A
Octal 300 150 165 0 56 47 31 537 51 72
Binary 11000000 1101000 1110101 0 101110 100111 11001 101011111 101001 111010

Color Harmonies of #C06875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06875

Black with #C06875

Text Example


Text Example

White with #C06875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06875; }

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

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

background-color css

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

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

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

border-color css

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

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

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