Html Css Color HEX #C06082 Tapestry

📋 copy color: '#C06082'

red 192 ◦ green 96 ◦ blue 130

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

Shades of Tapestry #C06082

Tints of Tapestry #C06082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.1%

R = 45.93%
G = 22.97%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C06082 (or 0xC06082) is known color: Tapestry. HEX triplet: C0, 60 and 82. RGB value is (192,96,130). Sum of RGB (Red+Green+Blue) = 192+96+130=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C06082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06082 is #3F9F7D. Grayscale: #808080. Windows color (decimal): -4169598 or 8544448. OLE color: 8544448.

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

Color convert

RGB 192 96 130 -
CMYK 0 0.50 0.32 0.25
HSL 338.75º 0.43% 0.56% -
HSV(B) 338.75º 0.5% 0.75% -
XYZ 29.95 21.18 23.63 -
YUV 128.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 192 96 130 0 0.50 0.32 0.25 338.75 0.43 0.56
Hex C0 60 82 0 32 20 19 153 2B 38
Octal 300 140 202 0 62 40 31 523 53 70
Binary 11000000 1100000 10000010 0 110010 100000 11001 101010011 101011 111000

Color Harmonies of #C06082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06082

Black with #C06082

Text Example


Text Example

White with #C06082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06082; }

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

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

background-color css

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

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

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

border-color css

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

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

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