Html Css Color HEX #C38384 Charm

📋 copy color: '#C38384'

red 195 ◦ green 131 ◦ blue 132

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

Shades of Charm #C38384

Tints of Charm #C38384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.6%

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

R = 42.58%
G = 28.6%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C38384 (or 0xC38384) is known color: Charm. HEX triplet: C3, 83 and 84. RGB value is (195,131,132). Sum of RGB (Red+Green+Blue) = 195+131+132=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C38384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38384 is #3C7C7B. Grayscale: #969696. Windows color (decimal): -3964028 or 8684483. OLE color: 8684483.

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

Color convert

RGB 195 131 132 -
CMYK 0 0.33 0.32 0.24
HSL 359.06º 0.35% 0.64% -
HSV(B) 359.06º 0.33% 0.76% -
XYZ 34.79 29.5 25.69 -
YUV 150.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 195 131 132 0 0.33 0.32 0.24 359.06 0.35 0.64
Hex C3 83 84 0 21 20 18 167 23 40
Octal 303 203 204 0 41 40 30 547 43 100
Binary 11000011 10000011 10000100 0 100001 100000 11000 101100111 100011 1000000

Color Harmonies of #C38384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38384

Black with #C38384

Text Example


Text Example

White with #C38384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38384; }

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

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

background-color css

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

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

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

border-color css

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

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

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