Html Css Color HEX #C06084 Tapestry

📋 copy color: '#C06084'

red 192 ◦ green 96 ◦ blue 132

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

Shades of Tapestry #C06084

Tints of Tapestry #C06084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

 BLUE value IS 132 (51.95% from 255) = 31.43%

R = 45.71%
G = 22.86%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C06084 (or 0xC06084) is known color: Tapestry. HEX triplet: C0, 60 and 84. RGB value is (192,96,132). Sum of RGB (Red+Green+Blue) = 192+96+132=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C06084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06084 is #3F9F7B. Grayscale: #808080. Windows color (decimal): -4169596 or 8675520. OLE color: 8675520.

HSL color Cylindrical-coordinate representation of color #C06084: hue angle of 337.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06084 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 132 -
CMYK 0 0.50 0.31 0.25
HSL 337.5º 0.43% 0.56% -
HSV(B) 337.5º 0.5% 0.75% -
XYZ 30.09 21.24 24.34 -
YUV 128.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 192 96 132 0 0.50 0.31 0.25 337.5 0.43 0.56
Hex C0 60 84 0 32 1F 19 152 2B 38
Octal 300 140 204 0 62 37 31 522 53 70
Binary 11000000 1100000 10000100 0 110010 11111 11001 101010010 101011 111000

Color Harmonies of #C06084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06084

Black with #C06084

Text Example


Text Example

White with #C06084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06084; }

 p { color: rgb(192,96,132); }

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

background-color css

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

 a { background-color: rgb(192,96,132); }

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

border-color css

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

 span { border-color: rgb(192,96,132); }

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