Html Css Color HEX #C36384 Tapestry

📋 copy color: '#C36384'

red 195 ◦ green 99 ◦ blue 132

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

Shades of Tapestry #C36384

Tints of Tapestry #C36384

RGB

 RED value IS 195 (76.56% from 255) = 45.77%

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

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

R = 45.77%
G = 23.24%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C36384 (or 0xC36384) is known color: Tapestry. HEX triplet: C3, 63 and 84. RGB value is (195,99,132). Sum of RGB (Red+Green+Blue) = 195+99+132=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C36384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36384 is #3C9C7B. Grayscale: #838383. Windows color (decimal): -3972220 or 8676291. OLE color: 8676291.

HSL color Cylindrical-coordinate representation of color #C36384: hue angle of 339.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36384 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 99 132 -
CMYK 0 0.49 0.32 0.24
HSL 339.38º 0.44% 0.58% -
HSV(B) 339.38º 0.49% 0.76% -
XYZ 31.13 22.19 24.47 -
YUV 131.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 195 99 132 0 0.49 0.32 0.24 339.38 0.44 0.58
Hex C3 63 84 0 31 20 18 153 2C 3A
Octal 303 143 204 0 61 40 30 523 54 72
Binary 11000011 1100011 10000100 0 110001 100000 11000 101010011 101100 111010

Color Harmonies of #C36384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36384

Black with #C36384

Text Example


Text Example

White with #C36384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36384; }

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

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

background-color css

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

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

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

border-color css

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

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

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