Html Css Color HEX #C3818A Charm

📋 copy color: '#C3818A'

red 195 ◦ green 129 ◦ blue 138

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

Shades of Charm #C3818A

Tints of Charm #C3818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 42.21%
G = 27.92%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3818A (or 0xC3818A) is known color: Charm. HEX triplet: C3, 81 and 8A. RGB value is (195,129,138). Sum of RGB (Red+Green+Blue) = 195+129+138=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C3818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3818A is #3C7E75. Grayscale: #959595. Windows color (decimal): -3964534 or 9077187. OLE color: 9077187.

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

Color convert

RGB 195 129 138 -
CMYK 0 0.34 0.29 0.24
HSL 351.82º 0.35% 0.64% -
HSV(B) 351.82º 0.34% 0.76% -
XYZ 34.94 29.14 27.83 -
YUV 149.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 195 129 138 0 0.34 0.29 0.24 351.82 0.35 0.64
Hex C3 81 8A 0 22 1D 18 160 23 40
Octal 303 201 212 0 42 35 30 540 43 100
Binary 11000011 10000001 10001010 0 100010 11101 11000 101100000 100011 1000000

Color Harmonies of #C3818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3818A

Black with #C3818A

Text Example


Text Example

White with #C3818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3818A; }

 p { color: rgb(195,129,138); }

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

background-color css

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

 a { background-color: rgb(195,129,138); }

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

border-color css

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

 span { border-color: rgb(195,129,138); }

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