Html Css Color HEX #C06183 Tapestry

📋 copy color: '#C06183'

red 192 ◦ green 97 ◦ blue 131

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

Shades of Tapestry #C06183

Tints of Tapestry #C06183

RGB

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

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

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

R = 45.71%
G = 23.1%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C06183 (or 0xC06183) is known color: Tapestry. HEX triplet: C0, 61 and 83. RGB value is (192,97,131). Sum of RGB (Red+Green+Blue) = 192+97+131=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C06183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06183 is #3F9E7C. Grayscale: #818181. Windows color (decimal): -4169341 or 8610240. OLE color: 8610240.

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

Color convert

RGB 192 97 131 -
CMYK 0 0.49 0.32 0.25
HSL 338.53º 0.43% 0.57% -
HSV(B) 338.53º 0.49% 0.75% -
XYZ 30.11 21.39 24.02 -
YUV 129.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 192 97 131 0 0.49 0.32 0.25 338.53 0.43 0.57
Hex C0 61 83 0 31 20 19 153 2B 39
Octal 300 141 203 0 61 40 31 523 53 71
Binary 11000000 1100001 10000011 0 110001 100000 11001 101010011 101011 111001

Color Harmonies of #C06183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06183

Black with #C06183

Text Example


Text Example

White with #C06183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06183; }

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

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

background-color css

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

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

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

border-color css

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

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

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