Html Css Color HEX #C0617A Tapestry

📋 copy color: '#C0617A'

red 192 ◦ green 97 ◦ blue 122

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

Shades of Tapestry #C0617A

Tints of Tapestry #C0617A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 46.72%
G = 23.6%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0617A (or 0xC0617A) is known color: Tapestry. HEX triplet: C0, 61 and 7A. RGB value is (192,97,122). Sum of RGB (Red+Green+Blue) = 192+97+122=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0617A is #3F9E85. Grayscale: #808080. Windows color (decimal): -4169350 or 8020416. OLE color: 8020416.

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

Color convert

RGB 192 97 122 -
CMYK 0 0.49 0.36 0.25
HSL 344.21º 0.43% 0.57% -
HSV(B) 344.21º 0.49% 0.75% -
XYZ 29.53 21.16 20.94 -
YUV 128.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 192 97 122 0 0.49 0.36 0.25 344.21 0.43 0.57
Hex C0 61 7A 0 31 24 19 158 2B 39
Octal 300 141 172 0 61 44 31 530 53 71
Binary 11000000 1100001 1111010 0 110001 100100 11001 101011000 101011 111001

Color Harmonies of #C0617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0617A

Black with #C0617A

Text Example


Text Example

White with #C0617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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