Html Css Color HEX #C07688 Tapestry

📋 copy color: '#C07688'

red 192 ◦ green 118 ◦ blue 136

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

Shades of Tapestry #C07688

Tints of Tapestry #C07688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.46%

 BLUE value IS 136 (53.52% from 255) = 30.49%

R = 43.05%
G = 26.46%
B = 30.49%

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

#C07688 (or 0xC07688) is known color: Tapestry. HEX triplet: C0, 76 and 88. RGB value is (192,118,136). Sum of RGB (Red+Green+Blue) = 192+118+136=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C07688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07688 is #3F8977. Grayscale: #8E8E8E. Windows color (decimal): -4163960 or 8943296. OLE color: 8943296.

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

Color convert

RGB 192 118 136 -
CMYK 0 0.39 0.29 0.25
HSL 345.41º 0.37% 0.61% -
HSV(B) 345.41º 0.39% 0.75% -
XYZ 32.66 25.94 26.58 -
YUV 142.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 192 118 136 0 0.39 0.29 0.25 345.41 0.37 0.61
Hex C0 76 88 0 27 1D 19 159 25 3D
Octal 300 166 210 0 47 35 31 531 45 75
Binary 11000000 1110110 10001000 0 100111 11101 11001 101011001 100101 111101

Color Harmonies of #C07688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07688

Black with #C07688

Text Example


Text Example

White with #C07688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07688; }

 p { color: rgb(192,118,136); }

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

background-color css

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

 a { background-color: rgb(192,118,136); }

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

border-color css

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

 span { border-color: rgb(192,118,136); }

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