Html Css Color HEX #C68285 Charm

📋 copy color: '#C68285'

red 198 ◦ green 130 ◦ blue 133

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

Shades of Charm #C68285

Tints of Charm #C68285

RGB

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

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

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

R = 42.95%
G = 28.2%
B = 28.85%

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

#C68285 (or 0xC68285) is known color: Charm. HEX triplet: C6, 82 and 85. RGB value is (198,130,133). Sum of RGB (Red+Green+Blue) = 198+130+133=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C68285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68285 is #397D7A. Grayscale: #969696. Windows color (decimal): -3767675 or 8749766. OLE color: 8749766.

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

Color convert

RGB 198 130 133 -
CMYK 0 0.34 0.33 0.22
HSL 357.35º 0.37% 0.64% -
HSV(B) 357.35º 0.34% 0.78% -
XYZ 35.5 29.66 26.04 -
YUV 150.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 198 130 133 0 0.34 0.33 0.22 357.35 0.37 0.64
Hex C6 82 85 0 22 21 16 165 25 40
Octal 306 202 205 0 42 41 26 545 45 100
Binary 11000110 10000010 10000101 0 100010 100001 10110 101100101 100101 1000000

Color Harmonies of #C68285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68285

Black with #C68285

Text Example


Text Example

White with #C68285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68285; }

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

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

background-color css

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

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

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

border-color css

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

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

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