Html Css Color HEX #C0677F Tapestry

📋 copy color: '#C0677F'

red 192 ◦ green 103 ◦ blue 127

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

Shades of Tapestry #C0677F

Tints of Tapestry #C0677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.41%

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

R = 45.5%
G = 24.41%
B = 30.09%

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

#C0677F (or 0xC0677F) is known color: Tapestry. HEX triplet: C0, 67 and 7F. RGB value is (192,103,127). Sum of RGB (Red+Green+Blue) = 192+103+127=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0677F is #3F9880. Grayscale: #848484. Windows color (decimal): -4167809 or 8349632. OLE color: 8349632.

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

Color convert

RGB 192 103 127 -
CMYK 0 0.46 0.34 0.25
HSL 343.82º 0.41% 0.58% -
HSV(B) 343.82º 0.46% 0.75% -
XYZ 30.42 22.44 22.81 -
YUV 132.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 192 103 127 0 0.46 0.34 0.25 343.82 0.41 0.58
Hex C0 67 7F 0 2E 22 19 158 29 3A
Octal 300 147 177 0 56 42 31 530 51 72
Binary 11000000 1100111 1111111 0 101110 100010 11001 101011000 101001 111010

Color Harmonies of #C0677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0677F

Black with #C0677F

Text Example


Text Example

White with #C0677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0677F; }

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

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

background-color css

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

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

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

border-color css

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

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

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