Html Css Color HEX #C07183 Tapestry

📋 copy color: '#C07183'

red 192 ◦ green 113 ◦ blue 131

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

Shades of Tapestry #C07183

Tints of Tapestry #C07183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.05%

R = 44.04%
G = 25.92%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07183 (or 0xC07183) is known color: Tapestry. HEX triplet: C0, 71 and 83. RGB value is (192,113,131). Sum of RGB (Red+Green+Blue) = 192+113+131=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C07183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07183 is #3F8E7C. Grayscale: #8A8A8A. Windows color (decimal): -4165245 or 8614336. OLE color: 8614336.

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

Color convert

RGB 192 113 131 -
CMYK 0 0.41 0.32 0.25
HSL 346.33º 0.39% 0.6% -
HSV(B) 346.33º 0.41% 0.75% -
XYZ 31.74 24.66 24.56 -
YUV 138.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 192 113 131 0 0.41 0.32 0.25 346.33 0.39 0.6
Hex C0 71 83 0 29 20 19 15A 27 3C
Octal 300 161 203 0 51 40 31 532 47 74
Binary 11000000 1110001 10000011 0 101001 100000 11001 101011010 100111 111100

Color Harmonies of #C07183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07183

Black with #C07183

Text Example


Text Example

White with #C07183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07183; }

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

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

background-color css

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

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

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

border-color css

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

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

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