Html Css Color HEX #C06D7F Tapestry

📋 copy color: '#C06D7F'

red 192 ◦ green 109 ◦ blue 127

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

Shades of Tapestry #C06D7F

Tints of Tapestry #C06D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.47%

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

R = 44.86%
G = 25.47%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C06D7F (or 0xC06D7F) is known color: Tapestry. HEX triplet: C0, 6D and 7F. RGB value is (192,109,127). Sum of RGB (Red+Green+Blue) = 192+109+127=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D7F is #3F9280. Grayscale: #878787. Windows color (decimal): -4166273 or 8351168. OLE color: 8351168.

HSL color Cylindrical-coordinate representation of color #C06D7F: hue angle of 346.99º degrees, saturation: 0.4, 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 #C06D7F is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 109 127 -
CMYK 0 0.43 0.34 0.25
HSL 346.99º 0.4% 0.59% -
HSV(B) 346.99º 0.43% 0.75% -
XYZ 31.04 23.68 23.01 -
YUV 135.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 192 109 127 0 0.43 0.34 0.25 346.99 0.4 0.59
Hex C0 6D 7F 0 2B 22 19 15B 28 3B
Octal 300 155 177 0 53 42 31 533 50 73
Binary 11000000 1101101 1111111 0 101011 100010 11001 101011011 101000 111011

Color Harmonies of #C06D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D7F

Black with #C06D7F

Text Example


Text Example

White with #C06D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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