Html Css Color HEX #C06B7F Tapestry

📋 copy color: '#C06B7F'

red 192 ◦ green 107 ◦ blue 127

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

Shades of Tapestry #C06B7F

Tints of Tapestry #C06B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.12%

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

R = 45.07%
G = 25.12%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C06B7F (or 0xC06B7F) is known color: Tapestry. HEX triplet: C0, 6B and 7F. RGB value is (192,107,127). Sum of RGB (Red+Green+Blue) = 192+107+127=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B7F is #3F9480. Grayscale: #868686. Windows color (decimal): -4166785 or 8350656. OLE color: 8350656.

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

Color convert

RGB 192 107 127 -
CMYK 0 0.44 0.34 0.25
HSL 345.88º 0.4% 0.59% -
HSV(B) 345.88º 0.44% 0.75% -
XYZ 30.83 23.25 22.94 -
YUV 134.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 192 107 127 0 0.44 0.34 0.25 345.88 0.4 0.59
Hex C0 6B 7F 0 2C 22 19 15A 28 3B
Octal 300 153 177 0 54 42 31 532 50 73
Binary 11000000 1101011 1111111 0 101100 100010 11001 101011010 101000 111011

Color Harmonies of #C06B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B7F

Black with #C06B7F

Text Example


Text Example

White with #C06B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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