Html Css Color HEX #C0717D Tapestry

📋 copy color: '#C0717D'

red 192 ◦ green 113 ◦ blue 125

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

Shades of Tapestry #C0717D

Tints of Tapestry #C0717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.28%

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

R = 44.65%
G = 26.28%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0717D (or 0xC0717D) is known color: Tapestry. HEX triplet: C0, 71 and 7D. RGB value is (192,113,125). Sum of RGB (Red+Green+Blue) = 192+113+125=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0717D is #3F8E82. Grayscale: #8A8A8A. Windows color (decimal): -4165251 or 8221120. OLE color: 8221120.

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

Color convert

RGB 192 113 125 -
CMYK 0 0.41 0.35 0.25
HSL 350.89º 0.39% 0.6% -
HSV(B) 350.89º 0.41% 0.75% -
XYZ 31.35 24.5 22.48 -
YUV 137.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 192 113 125 0 0.41 0.35 0.25 350.89 0.39 0.6
Hex C0 71 7D 0 29 23 19 15F 27 3C
Octal 300 161 175 0 51 43 31 537 47 74
Binary 11000000 1110001 1111101 0 101001 100011 11001 101011111 100111 111100

Color Harmonies of #C0717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0717D

Black with #C0717D

Text Example


Text Example

White with #C0717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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