Html Css Color HEX #C0687E Tapestry

📋 copy color: '#C0687E'

red 192 ◦ green 104 ◦ blue 126

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

Shades of Tapestry #C0687E

Tints of Tapestry #C0687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.64%

 BLUE value IS 126 (49.61% from 255) = 29.86%

R = 45.5%
G = 24.64%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0687E (or 0xC0687E) is known color: Tapestry. HEX triplet: C0, 68 and 7E. RGB value is (192,104,126). Sum of RGB (Red+Green+Blue) = 192+104+126=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0687E is #3F9781. Grayscale: #848484. Windows color (decimal): -4167554 or 8284352. OLE color: 8284352.

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

Color convert

RGB 192 104 126 -
CMYK 0 0.46 0.34 0.25
HSL 345º 0.41% 0.58% -
HSV(B) 345º 0.46% 0.75% -
XYZ 30.45 22.61 22.5 -
YUV 132.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 192 104 126 0 0.46 0.34 0.25 345 0.41 0.58
Hex C0 68 7E 0 2E 22 19 159 29 3A
Octal 300 150 176 0 56 42 31 531 51 72
Binary 11000000 1101000 1111110 0 101110 100010 11001 101011001 101001 111010

Color Harmonies of #C0687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0687E

Black with #C0687E

Text Example


Text Example

White with #C0687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0687E; }

 p { color: rgb(192,104,126); }

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

background-color css

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

 a { background-color: rgb(192,104,126); }

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

border-color css

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

 span { border-color: rgb(192,104,126); }

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