Html Css Color HEX #C0627F Tapestry

📋 copy color: '#C0627F'

red 192 ◦ green 98 ◦ blue 127

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

Shades of Tapestry #C0627F

Tints of Tapestry #C0627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

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

R = 46.04%
G = 23.5%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0627F (or 0xC0627F) is known color: Tapestry. HEX triplet: C0, 62 and 7F. RGB value is (192,98,127). Sum of RGB (Red+Green+Blue) = 192+98+127=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0627F is #3F9D80. Grayscale: #818181. Windows color (decimal): -4169089 or 8348352. OLE color: 8348352.

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

Color convert

RGB 192 98 127 -
CMYK 0 0.49 0.34 0.25
HSL 341.49º 0.43% 0.57% -
HSV(B) 341.49º 0.49% 0.75% -
XYZ 29.94 21.47 22.65 -
YUV 129.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 192 98 127 0 0.49 0.34 0.25 341.49 0.43 0.57
Hex C0 62 7F 0 31 22 19 155 2B 39
Octal 300 142 177 0 61 42 31 525 53 71
Binary 11000000 1100010 1111111 0 110001 100010 11001 101010101 101011 111001

Color Harmonies of #C0627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0627F

Black with #C0627F

Text Example


Text Example

White with #C0627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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