Html Css Color HEX #C06284 Tapestry

📋 copy color: '#C06284'

red 192 ◦ green 98 ◦ blue 132

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

Shades of Tapestry #C06284

Tints of Tapestry #C06284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.22%

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

R = 45.5%
G = 23.22%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C06284 (or 0xC06284) is known color: Tapestry. HEX triplet: C0, 62 and 84. RGB value is (192,98,132). Sum of RGB (Red+Green+Blue) = 192+98+132=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C06284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06284 is #3F9D7B. Grayscale: #818181. Windows color (decimal): -4169084 or 8676032. OLE color: 8676032.

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

Color convert

RGB 192 98 132 -
CMYK 0 0.49 0.31 0.25
HSL 338.3º 0.43% 0.57% -
HSV(B) 338.3º 0.49% 0.75% -
XYZ 30.27 21.61 24.41 -
YUV 129.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 192 98 132 0 0.49 0.31 0.25 338.3 0.43 0.57
Hex C0 62 84 0 31 1F 19 152 2B 39
Octal 300 142 204 0 61 37 31 522 53 71
Binary 11000000 1100010 10000100 0 110001 11111 11001 101010010 101011 111001

Color Harmonies of #C06284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06284

Black with #C06284

Text Example


Text Example

White with #C06284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06284; }

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

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

background-color css

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

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

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

border-color css

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

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

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