Html Css Color HEX #C07083 Tapestry

📋 copy color: '#C07083'

red 192 ◦ green 112 ◦ blue 131

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

Shades of Tapestry #C07083

Tints of Tapestry #C07083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

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

R = 44.14%
G = 25.75%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07083 (or 0xC07083) is known color: Tapestry. HEX triplet: C0, 70 and 83. RGB value is (192,112,131). Sum of RGB (Red+Green+Blue) = 192+112+131=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C07083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07083 is #3F8F7C. Grayscale: #8A8A8A. Windows color (decimal): -4165501 or 8614080. OLE color: 8614080.

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

Color convert

RGB 192 112 131 -
CMYK 0 0.42 0.32 0.25
HSL 345.75º 0.39% 0.6% -
HSV(B) 345.75º 0.42% 0.75% -
XYZ 31.63 24.43 24.52 -
YUV 138.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 192 112 131 0 0.42 0.32 0.25 345.75 0.39 0.6
Hex C0 70 83 0 2A 20 19 15A 27 3C
Octal 300 160 203 0 52 40 31 532 47 74
Binary 11000000 1110000 10000011 0 101010 100000 11001 101011010 100111 111100

Color Harmonies of #C07083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07083

Black with #C07083

Text Example


Text Example

White with #C07083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07083; }

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

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

background-color css

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

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

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

border-color css

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

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

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