Html Css Color HEX #C06C75 Tapestry

📋 copy color: '#C06C75'

red 192 ◦ green 108 ◦ blue 117

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

Shades of Tapestry #C06C75

Tints of Tapestry #C06C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.9%

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

R = 46.04%
G = 25.9%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06C75 (or 0xC06C75) is known color: Tapestry. HEX triplet: C0, 6C and 75. RGB value is (192,108,117). Sum of RGB (Red+Green+Blue) = 192+108+117=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C75 is #3F938A. Grayscale: #868686. Windows color (decimal): -4166539 or 7695552. OLE color: 7695552.

HSL color Cylindrical-coordinate representation of color #C06C75: hue angle of 353.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06C75 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 108 117 -
CMYK 0 0.44 0.39 0.25
HSL 353.57º 0.4% 0.59% -
HSV(B) 353.57º 0.44% 0.75% -
XYZ 30.31 23.22 19.71 -
YUV 134.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 192 108 117 0 0.44 0.39 0.25 353.57 0.4 0.59
Hex C0 6C 75 0 2C 27 19 162 28 3B
Octal 300 154 165 0 54 47 31 542 50 73
Binary 11000000 1101100 1110101 0 101100 100111 11001 101100010 101000 111011

Color Harmonies of #C06C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C75

Black with #C06C75

Text Example


Text Example

White with #C06C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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