Html Css Color HEX #C07589 Tapestry

📋 copy color: '#C07589'

red 192 ◦ green 117 ◦ blue 137

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

Shades of Tapestry #C07589

Tints of Tapestry #C07589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.72%

R = 43.05%
G = 26.23%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C07589 (or 0xC07589) is known color: Tapestry. HEX triplet: C0, 75 and 89. RGB value is (192,117,137). Sum of RGB (Red+Green+Blue) = 192+117+137=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C07589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07589 is #3F8A76. Grayscale: #8D8D8D. Windows color (decimal): -4164215 or 9008576. OLE color: 9008576.

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

Color convert

RGB 192 117 137 -
CMYK 0 0.39 0.29 0.25
HSL 344º 0.37% 0.61% -
HSV(B) 344º 0.39% 0.75% -
XYZ 32.61 25.74 26.92 -
YUV 141.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 192 117 137 0 0.39 0.29 0.25 344 0.37 0.61
Hex C0 75 89 0 27 1D 19 158 25 3D
Octal 300 165 211 0 47 35 31 530 45 75
Binary 11000000 1110101 10001001 0 100111 11101 11001 101011000 100101 111101

Color Harmonies of #C07589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07589

Black with #C07589

Text Example


Text Example

White with #C07589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07589; }

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

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

background-color css

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

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

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

border-color css

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

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

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