Html Css Color HEX #C07585 Tapestry

📋 copy color: '#C07585'

red 192 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #C07585

Tints of Tapestry #C07585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

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

R = 43.44%
G = 26.47%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C07585 (or 0xC07585) is known color: Tapestry. HEX triplet: C0, 75 and 85. RGB value is (192,117,133). Sum of RGB (Red+Green+Blue) = 192+117+133=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C07585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07585 is #3F8A7A. Grayscale: #8D8D8D. Windows color (decimal): -4164219 or 8746432. OLE color: 8746432.

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

Color convert

RGB 192 117 133 -
CMYK 0 0.39 0.31 0.25
HSL 347.2º 0.37% 0.61% -
HSV(B) 347.2º 0.39% 0.75% -
XYZ 32.33 25.62 25.43 -
YUV 141.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 192 117 133 0 0.39 0.31 0.25 347.2 0.37 0.61
Hex C0 75 85 0 27 1F 19 15B 25 3D
Octal 300 165 205 0 47 37 31 533 45 75
Binary 11000000 1110101 10000101 0 100111 11111 11001 101011011 100101 111101

Color Harmonies of #C07585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07585

Black with #C07585

Text Example


Text Example

White with #C07585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07585; }

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

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

background-color css

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

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

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

border-color css

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

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

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