Html Css Color HEX #C06E75 Tapestry

📋 copy color: '#C06E75'

red 192 ◦ green 110 ◦ blue 117

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

Shades of Tapestry #C06E75

Tints of Tapestry #C06E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.25%

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

R = 45.82%
G = 26.25%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06E75 (or 0xC06E75) is known color: Tapestry. HEX triplet: C0, 6E and 75. RGB value is (192,110,117). Sum of RGB (Red+Green+Blue) = 192+110+117=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E75 is #3F918A. Grayscale: #878787. Windows color (decimal): -4166027 or 7696064. OLE color: 7696064.

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

Color convert

RGB 192 110 117 -
CMYK 0 0.43 0.39 0.25
HSL 354.88º 0.39% 0.59% -
HSV(B) 354.88º 0.43% 0.75% -
XYZ 30.53 23.64 19.78 -
YUV 135.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 192 110 117 0 0.43 0.39 0.25 354.88 0.39 0.59
Hex C0 6E 75 0 2B 27 19 163 27 3B
Octal 300 156 165 0 53 47 31 543 47 73
Binary 11000000 1101110 1110101 0 101011 100111 11001 101100011 100111 111011

Color Harmonies of #C06E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E75

Black with #C06E75

Text Example


Text Example

White with #C06E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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