Html Css Color HEX #C06F7F Tapestry

📋 copy color: '#C06F7F'

red 192 ◦ green 111 ◦ blue 127

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

Shades of Tapestry #C06F7F

Tints of Tapestry #C06F7F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.81%

 BLUE value IS 127 (50% from 255) = 29.53%

R = 44.65%
G = 25.81%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C06F7F (or 0xC06F7F) is known color: Tapestry. HEX triplet: C0, 6F and 7F. RGB value is (192,111,127). Sum of RGB (Red+Green+Blue) = 192+111+127=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F7F is #3F9080. Grayscale: #898989. Windows color (decimal): -4165761 or 8351680. OLE color: 8351680.

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

Color convert

RGB 192 111 127 -
CMYK 0 0.42 0.34 0.25
HSL 348.15º 0.39% 0.59% -
HSV(B) 348.15º 0.42% 0.75% -
XYZ 31.25 24.11 23.08 -
YUV 137.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 192 111 127 0 0.42 0.34 0.25 348.15 0.39 0.59
Hex C0 6F 7F 0 2A 22 19 15C 27 3B
Octal 300 157 177 0 52 42 31 534 47 73
Binary 11000000 1101111 1111111 0 101010 100010 11001 101011100 100111 111011

Color Harmonies of #C06F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F7F

Black with #C06F7F

Text Example


Text Example

White with #C06F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F7F; }

 p { color: rgb(192,111,127); }

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

background-color css

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

 a { background-color: rgb(192,111,127); }

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

border-color css

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

 span { border-color: rgb(192,111,127); }

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