Html Css Color HEX #C07483 Tapestry

📋 copy color: '#C07483'

red 192 ◦ green 116 ◦ blue 131

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

Shades of Tapestry #C07483

Tints of Tapestry #C07483

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.42%

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

R = 43.74%
G = 26.42%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07483 (or 0xC07483) is known color: Tapestry. HEX triplet: C0, 74 and 83. RGB value is (192,116,131). Sum of RGB (Red+Green+Blue) = 192+116+131=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C07483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07483 is #3F8B7C. Grayscale: #8C8C8C. Windows color (decimal): -4164477 or 8615104. OLE color: 8615104.

HSL color Cylindrical-coordinate representation of color #C07483: hue angle of 348.16º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07483 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 131 -
CMYK 0 0.40 0.32 0.25
HSL 348.16º 0.38% 0.6% -
HSV(B) 348.16º 0.4% 0.75% -
XYZ 32.08 25.34 24.67 -
YUV 140.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 192 116 131 0 0.40 0.32 0.25 348.16 0.38 0.6
Hex C0 74 83 0 28 20 19 15C 26 3C
Octal 300 164 203 0 50 40 31 534 46 74
Binary 11000000 1110100 10000011 0 101000 100000 11001 101011100 100110 111100

Color Harmonies of #C07483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07483

Black with #C07483

Text Example


Text Example

White with #C07483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07483; }

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

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

background-color css

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

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

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

border-color css

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

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

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