Html Css Color HEX #C07385 Tapestry

📋 copy color: '#C07385'

red 192 ◦ green 115 ◦ blue 133

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

Shades of Tapestry #C07385

Tints of Tapestry #C07385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 43.64%
G = 26.14%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C07385 (or 0xC07385) is known color: Tapestry. HEX triplet: C0, 73 and 85. RGB value is (192,115,133). Sum of RGB (Red+Green+Blue) = 192+115+133=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C07385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07385 is #3F8C7A. Grayscale: #8C8C8C. Windows color (decimal): -4164731 or 8745920. OLE color: 8745920.

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

Color convert

RGB 192 115 133 -
CMYK 0 0.40 0.31 0.25
HSL 345.97º 0.38% 0.6% -
HSV(B) 345.97º 0.4% 0.75% -
XYZ 32.1 25.16 25.35 -
YUV 140.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 192 115 133 0 0.40 0.31 0.25 345.97 0.38 0.6
Hex C0 73 85 0 28 1F 19 15A 26 3C
Octal 300 163 205 0 50 37 31 532 46 74
Binary 11000000 1110011 10000101 0 101000 11111 11001 101011010 100110 111100

Color Harmonies of #C07385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07385

Black with #C07385

Text Example


Text Example

White with #C07385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07385; }

 p { color: rgb(192,115,133); }

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

background-color css

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

 a { background-color: rgb(192,115,133); }

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

border-color css

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

 span { border-color: rgb(192,115,133); }

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