Html Css Color HEX #C0647D Tapestry

📋 copy color: '#C0647D'

red 192 ◦ green 100 ◦ blue 125

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

Shades of Tapestry #C0647D

Tints of Tapestry #C0647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.98%

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 46.04%
G = 23.98%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0647D (or 0xC0647D) is known color: Tapestry. HEX triplet: C0, 64 and 7D. RGB value is (192,100,125). Sum of RGB (Red+Green+Blue) = 192+100+125=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0647D is #3F9B82. Grayscale: #828282. Windows color (decimal): -4168579 or 8217792. OLE color: 8217792.

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

Color convert

RGB 192 100 125 -
CMYK 0 0.48 0.35 0.25
HSL 343.7º 0.42% 0.57% -
HSV(B) 343.7º 0.48% 0.75% -
XYZ 30 21.8 22.03 -
YUV 130.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 192 100 125 0 0.48 0.35 0.25 343.7 0.42 0.57
Hex C0 64 7D 0 30 23 19 158 2A 39
Octal 300 144 175 0 60 43 31 530 52 71
Binary 11000000 1100100 1111101 0 110000 100011 11001 101011000 101010 111001

Color Harmonies of #C0647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0647D

Black with #C0647D

Text Example


Text Example

White with #C0647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0647D; }

 p { color: rgb(192,100,125); }

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

background-color css

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

 a { background-color: rgb(192,100,125); }

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

border-color css

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

 span { border-color: rgb(192,100,125); }

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