Html Css Color HEX #C68287 Charm

📋 copy color: '#C68287'

red 198 ◦ green 130 ◦ blue 135

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

Shades of Charm #C68287

Tints of Charm #C68287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.16%

R = 42.76%
G = 28.08%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C68287 (or 0xC68287) is known color: Charm. HEX triplet: C6, 82 and 87. RGB value is (198,130,135). Sum of RGB (Red+Green+Blue) = 198+130+135=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C68287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68287 is #397D78. Grayscale: #969696. Windows color (decimal): -3767673 or 8880838. OLE color: 8880838.

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

Color convert

RGB 198 130 135 -
CMYK 0 0.34 0.32 0.22
HSL 355.59º 0.37% 0.64% -
HSV(B) 355.59º 0.34% 0.78% -
XYZ 35.64 29.72 26.78 -
YUV 150.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 198 130 135 0 0.34 0.32 0.22 355.59 0.37 0.64
Hex C6 82 87 0 22 20 16 164 25 40
Octal 306 202 207 0 42 40 26 544 45 100
Binary 11000110 10000010 10000111 0 100010 100000 10110 101100100 100101 1000000

Color Harmonies of #C68287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68287

Black with #C68287

Text Example


Text Example

White with #C68287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68287; }

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

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

background-color css

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

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

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

border-color css

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

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

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