Html Css Color HEX #C07283 Tapestry

📋 copy color: '#C07283'

red 192 ◦ green 114 ◦ blue 131

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

Shades of Tapestry #C07283

Tints of Tapestry #C07283

RGB

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

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

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

R = 43.94%
G = 26.09%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07283 (or 0xC07283) is known color: Tapestry. HEX triplet: C0, 72 and 83. RGB value is (192,114,131). Sum of RGB (Red+Green+Blue) = 192+114+131=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C07283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07283 is #3F8D7C. Grayscale: #8B8B8B. Windows color (decimal): -4164989 or 8614592. OLE color: 8614592.

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

Color convert

RGB 192 114 131 -
CMYK 0 0.41 0.32 0.25
HSL 346.92º 0.38% 0.6% -
HSV(B) 346.92º 0.41% 0.75% -
XYZ 31.85 24.88 24.6 -
YUV 139.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 192 114 131 0 0.41 0.32 0.25 346.92 0.38 0.6
Hex C0 72 83 0 29 20 19 15B 26 3C
Octal 300 162 203 0 51 40 31 533 46 74
Binary 11000000 1110010 10000011 0 101001 100000 11001 101011011 100110 111100

Color Harmonies of #C07283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07283

Black with #C07283

Text Example


Text Example

White with #C07283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07283; }

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

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

background-color css

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

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

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

border-color css

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

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

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