Html Css Color HEX #C0617D Tapestry

📋 copy color: '#C0617D'

red 192 ◦ green 97 ◦ blue 125

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

Shades of Tapestry #C0617D

Tints of Tapestry #C0617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

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

R = 46.38%
G = 23.43%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0617D (or 0xC0617D) is known color: Tapestry. HEX triplet: C0, 61 and 7D. RGB value is (192,97,125). Sum of RGB (Red+Green+Blue) = 192+97+125=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0617D is #3F9E82. Grayscale: #808080. Windows color (decimal): -4169347 or 8217024. OLE color: 8217024.

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

Color convert

RGB 192 97 125 -
CMYK 0 0.49 0.35 0.25
HSL 342.32º 0.43% 0.57% -
HSV(B) 342.32º 0.49% 0.75% -
XYZ 29.71 21.24 21.93 -
YUV 128.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 192 97 125 0 0.49 0.35 0.25 342.32 0.43 0.57
Hex C0 61 7D 0 31 23 19 156 2B 39
Octal 300 141 175 0 61 43 31 526 53 71
Binary 11000000 1100001 1111101 0 110001 100011 11001 101010110 101011 111001

Color Harmonies of #C0617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0617D

Black with #C0617D

Text Example


Text Example

White with #C0617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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