Html Css Color HEX #C68185 Charm

📋 copy color: '#C68185'

red 198 ◦ green 129 ◦ blue 133

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

Shades of Charm #C68185

Tints of Charm #C68185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.91%

R = 43.04%
G = 28.04%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C68185 (or 0xC68185) is known color: Charm. HEX triplet: C6, 81 and 85. RGB value is (198,129,133). Sum of RGB (Red+Green+Blue) = 198+129+133=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C68185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68185 is #397E7A. Grayscale: #969696. Windows color (decimal): -3767931 or 8749510. OLE color: 8749510.

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

Color convert

RGB 198 129 133 -
CMYK 0 0.35 0.33 0.22
HSL 356.52º 0.38% 0.64% -
HSV(B) 356.52º 0.35% 0.78% -
XYZ 35.37 29.4 26 -
YUV 150.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 198 129 133 0 0.35 0.33 0.22 356.52 0.38 0.64
Hex C6 81 85 0 23 21 16 165 26 40
Octal 306 201 205 0 43 41 26 545 46 100
Binary 11000110 10000001 10000101 0 100011 100001 10110 101100101 100110 1000000

Color Harmonies of #C68185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68185

Black with #C68185

Text Example


Text Example

White with #C68185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68185; }

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

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

background-color css

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

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

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

border-color css

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

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

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