Html Css Color HEX #C07081 Tapestry

📋 copy color: '#C07081'

red 192 ◦ green 112 ◦ blue 129

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

Shades of Tapestry #C07081

Tints of Tapestry #C07081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 44.34%
G = 25.87%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C07081 (or 0xC07081) is known color: Tapestry. HEX triplet: C0, 70 and 81. RGB value is (192,112,129). Sum of RGB (Red+Green+Blue) = 192+112+129=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C07081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07081 is #3F8F7E. Grayscale: #898989. Windows color (decimal): -4165503 or 8483008. OLE color: 8483008.

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

Color convert

RGB 192 112 129 -
CMYK 0 0.42 0.33 0.25
HSL 347.25º 0.39% 0.6% -
HSV(B) 347.25º 0.42% 0.75% -
XYZ 31.49 24.38 23.81 -
YUV 137.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 192 112 129 0 0.42 0.33 0.25 347.25 0.39 0.6
Hex C0 70 81 0 2A 21 19 15B 27 3C
Octal 300 160 201 0 52 41 31 533 47 74
Binary 11000000 1110000 10000001 0 101010 100001 11001 101011011 100111 111100

Color Harmonies of #C07081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07081

Black with #C07081

Text Example


Text Example

White with #C07081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07081; }

 p { color: rgb(192,112,129); }

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

background-color css

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

 a { background-color: rgb(192,112,129); }

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

border-color css

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

 span { border-color: rgb(192,112,129); }

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