Html Css Color HEX #C38283 Charm

📋 copy color: '#C38283'

red 195 ◦ green 130 ◦ blue 131

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

Shades of Charm #C38283

Tints of Charm #C38283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

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

R = 42.76%
G = 28.51%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C38283 (or 0xC38283) is known color: Charm. HEX triplet: C3, 82 and 83. RGB value is (195,130,131). Sum of RGB (Red+Green+Blue) = 195+130+131=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C38283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38283 is #3C7D7C. Grayscale: #959595. Windows color (decimal): -3964285 or 8618691. OLE color: 8618691.

HSL color Cylindrical-coordinate representation of color #C38283: hue angle of 359.08º 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 #C38283 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 131 -
CMYK 0 0.33 0.33 0.24
HSL 359.08º 0.35% 0.64% -
HSV(B) 359.08º 0.33% 0.76% -
XYZ 34.59 29.21 25.29 -
YUV 149.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 195 130 131 0 0.33 0.33 0.24 359.08 0.35 0.64
Hex C3 82 83 0 21 21 18 167 23 40
Octal 303 202 203 0 41 41 30 547 43 100
Binary 11000011 10000010 10000011 0 100001 100001 11000 101100111 100011 1000000

Color Harmonies of #C38283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38283

Black with #C38283

Text Example


Text Example

White with #C38283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38283; }

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

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

background-color css

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

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

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

border-color css

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

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

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