Html Css Color HEX #C68186 Charm

📋 copy color: '#C68186'

red 198 ◦ green 129 ◦ blue 134

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

Shades of Charm #C68186

Tints of Charm #C68186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.07%

R = 42.95%
G = 27.98%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C68186 (or 0xC68186) is known color: Charm. HEX triplet: C6, 81 and 86. RGB value is (198,129,134). Sum of RGB (Red+Green+Blue) = 198+129+134=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C68186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68186 is #397E79. Grayscale: #969696. Windows color (decimal): -3767930 or 8815046. OLE color: 8815046.

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

Color convert

RGB 198 129 134 -
CMYK 0 0.35 0.32 0.22
HSL 355.65º 0.38% 0.64% -
HSV(B) 355.65º 0.35% 0.78% -
XYZ 35.44 29.43 26.37 -
YUV 150.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 198 129 134 0 0.35 0.32 0.22 355.65 0.38 0.64
Hex C6 81 86 0 23 20 16 164 26 40
Octal 306 201 206 0 43 40 26 544 46 100
Binary 11000110 10000001 10000110 0 100011 100000 10110 101100100 100110 1000000

Color Harmonies of #C68186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68186

Black with #C68186

Text Example


Text Example

White with #C68186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68186; }

 p { color: rgb(198,129,134); }

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

background-color css

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

 a { background-color: rgb(198,129,134); }

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

border-color css

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

 span { border-color: rgb(198,129,134); }

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