Html Css Color HEX #C68384 Charm

📋 copy color: '#C68384'

red 198 ◦ green 131 ◦ blue 132

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

Shades of Charm #C68384

Tints of Charm #C68384

RGB

 RED value IS 198 (77.73% from 255) = 42.95%

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

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

R = 42.95%
G = 28.42%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C68384 (or 0xC68384) is known color: Charm. HEX triplet: C6, 83 and 84. RGB value is (198,131,132). Sum of RGB (Red+Green+Blue) = 198+131+132=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C68384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68384 is #397C7B. Grayscale: #979797. Windows color (decimal): -3767420 or 8684486. OLE color: 8684486.

HSL color Cylindrical-coordinate representation of color #C68384: hue angle of 359.1º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68384 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 132 -
CMYK 0 0.34 0.33 0.22
HSL 359.1º 0.37% 0.65% -
HSV(B) 359.1º 0.34% 0.78% -
XYZ 35.57 29.9 25.73 -
YUV 151.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 198 131 132 0 0.34 0.33 0.22 359.1 0.37 0.65
Hex C6 83 84 0 22 21 16 167 25 41
Octal 306 203 204 0 42 41 26 547 45 101
Binary 11000110 10000011 10000100 0 100010 100001 10110 101100111 100101 1000001

Color Harmonies of #C68384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68384

Black with #C68384

Text Example


Text Example

White with #C68384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68384; }

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

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

background-color css

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

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

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

border-color css

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

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

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