Html Css Color HEX #C07187 Tapestry

📋 copy color: '#C07187'

red 192 ◦ green 113 ◦ blue 135

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

Shades of Tapestry #C07187

Tints of Tapestry #C07187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.68%

 BLUE value IS 135 (53.13% from 255) = 30.68%

R = 43.64%
G = 25.68%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C07187 (or 0xC07187) is known color: Tapestry. HEX triplet: C0, 71 and 87. RGB value is (192,113,135). Sum of RGB (Red+Green+Blue) = 192+113+135=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C07187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07187 is #3F8E78. Grayscale: #8B8B8B. Windows color (decimal): -4165241 or 8876480. OLE color: 8876480.

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

Color convert

RGB 192 113 135 -
CMYK 0 0.41 0.30 0.25
HSL 343.29º 0.39% 0.6% -
HSV(B) 343.29º 0.41% 0.75% -
XYZ 32.02 24.77 26.01 -
YUV 139.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 192 113 135 0 0.41 0.30 0.25 343.29 0.39 0.6
Hex C0 71 87 0 29 1E 19 157 27 3C
Octal 300 161 207 0 51 36 31 527 47 74
Binary 11000000 1110001 10000111 0 101001 11110 11001 101010111 100111 111100

Color Harmonies of #C07187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07187

Black with #C07187

Text Example


Text Example

White with #C07187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07187; }

 p { color: rgb(192,113,135); }

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

background-color css

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

 a { background-color: rgb(192,113,135); }

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

border-color css

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

 span { border-color: rgb(192,113,135); }

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