Html Css Color HEX #C38083 Charm

📋 copy color: '#C38083'

red 195 ◦ green 128 ◦ blue 131

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

Shades of Charm #C38083

Tints of Charm #C38083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

 BLUE value IS 131 (51.56% from 255) = 28.85%

R = 42.95%
G = 28.19%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C38083 (or 0xC38083) is known color: Charm. HEX triplet: C3, 80 and 83. RGB value is (195,128,131). Sum of RGB (Red+Green+Blue) = 195+128+131=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C38083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38083 is #3C7F7C. Grayscale: #949494. Windows color (decimal): -3964797 or 8618179. OLE color: 8618179.

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

Color convert

RGB 195 128 131 -
CMYK 0 0.34 0.33 0.24
HSL 357.31º 0.36% 0.63% -
HSV(B) 357.31º 0.34% 0.76% -
XYZ 34.32 28.68 25.2 -
YUV 148.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 195 128 131 0 0.34 0.33 0.24 357.31 0.36 0.63
Hex C3 80 83 0 22 21 18 165 24 3F
Octal 303 200 203 0 42 41 30 545 44 77
Binary 11000011 10000000 10000011 0 100010 100001 11000 101100101 100100 111111

Color Harmonies of #C38083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38083

Black with #C38083

Text Example


Text Example

White with #C38083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38083; }

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

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

background-color css

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

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

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

border-color css

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

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

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