Html Css Color HEX #C07983 Tapestry

📋 copy color: '#C07983'

red 192 ◦ green 121 ◦ blue 131

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

Shades of Tapestry #C07983

Tints of Tapestry #C07983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.25%

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

R = 43.24%
G = 27.25%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07983 (or 0xC07983) is known color: Tapestry. HEX triplet: C0, 79 and 83. RGB value is (192,121,131). Sum of RGB (Red+Green+Blue) = 192+121+131=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C07983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07983 is #3F867C. Grayscale: #8F8F8F. Windows color (decimal): -4163197 or 8616384. OLE color: 8616384.

HSL color Cylindrical-coordinate representation of color #C07983: hue angle of 351.55º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07983 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 131 -
CMYK 0 0.37 0.32 0.25
HSL 351.55º 0.36% 0.61% -
HSV(B) 351.55º 0.37% 0.75% -
XYZ 32.67 26.52 24.87 -
YUV 143.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 192 121 131 0 0.37 0.32 0.25 351.55 0.36 0.61
Hex C0 79 83 0 25 20 19 160 24 3D
Octal 300 171 203 0 45 40 31 540 44 75
Binary 11000000 1111001 10000011 0 100101 100000 11001 101100000 100100 111101

Color Harmonies of #C07983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07983

Black with #C07983

Text Example


Text Example

White with #C07983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07983; }

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

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

background-color css

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

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

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

border-color css

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

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

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