Html Css Color HEX #C07284 Tapestry

📋 copy color: '#C07284'

red 192 ◦ green 114 ◦ blue 132

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

Shades of Tapestry #C07284

Tints of Tapestry #C07284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.03%

 BLUE value IS 132 (51.95% from 255) = 30.14%

R = 43.84%
G = 26.03%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C07284 (or 0xC07284) is known color: Tapestry. HEX triplet: C0, 72 and 84. RGB value is (192,114,132). Sum of RGB (Red+Green+Blue) = 192+114+132=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C07284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07284 is #3F8D7B. Grayscale: #8B8B8B. Windows color (decimal): -4164988 or 8680128. OLE color: 8680128.

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

Color convert

RGB 192 114 132 -
CMYK 0 0.41 0.31 0.25
HSL 346.15º 0.38% 0.6% -
HSV(B) 346.15º 0.41% 0.75% -
XYZ 31.92 24.91 24.95 -
YUV 139.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 192 114 132 0 0.41 0.31 0.25 346.15 0.38 0.6
Hex C0 72 84 0 29 1F 19 15A 26 3C
Octal 300 162 204 0 51 37 31 532 46 74
Binary 11000000 1110010 10000100 0 101001 11111 11001 101011010 100110 111100

Color Harmonies of #C07284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07284

Black with #C07284

Text Example


Text Example

White with #C07284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07284; }

 p { color: rgb(192,114,132); }

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

background-color css

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

 a { background-color: rgb(192,114,132); }

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

border-color css

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

 span { border-color: rgb(192,114,132); }

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