Html Css Color HEX #C06384 Tapestry

📋 copy color: '#C06384'

red 192 ◦ green 99 ◦ blue 132

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

Shades of Tapestry #C06384

Tints of Tapestry #C06384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.4%

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

R = 45.39%
G = 23.4%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C06384 (or 0xC06384) is known color: Tapestry. HEX triplet: C0, 63 and 84. RGB value is (192,99,132). Sum of RGB (Red+Green+Blue) = 192+99+132=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C06384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06384 is #3F9C7B. Grayscale: #828282. Windows color (decimal): -4168828 or 8676288. OLE color: 8676288.

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

Color convert

RGB 192 99 132 -
CMYK 0 0.48 0.31 0.25
HSL 338.71º 0.42% 0.57% -
HSV(B) 338.71º 0.48% 0.75% -
XYZ 30.36 21.8 24.44 -
YUV 130.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 192 99 132 0 0.48 0.31 0.25 338.71 0.42 0.57
Hex C0 63 84 0 30 1F 19 153 2A 39
Octal 300 143 204 0 60 37 31 523 52 71
Binary 11000000 1100011 10000100 0 110000 11111 11001 101010011 101010 111001

Color Harmonies of #C06384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06384

Black with #C06384

Text Example


Text Example

White with #C06384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06384; }

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

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

background-color css

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

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

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

border-color css

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

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

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