Html Css Color HEX #C9687D Charm

📋 copy color: '#C9687D'

red 201 ◦ green 104 ◦ blue 125

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

Shades of Charm #C9687D

Tints of Charm #C9687D

RGB

 RED value IS 201 (78.91% from 255) = 46.74%

 GREEN value IS 104 (41.02% from 255) = 24.19%

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 46.74%
G = 24.19%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9687D (or 0xC9687D) is known color: Charm. HEX triplet: C9, 68 and 7D. RGB value is (201,104,125). Sum of RGB (Red+Green+Blue) = 201+104+125=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9687D is #369782. Grayscale: #878787. Windows color (decimal): -3577731 or 8218825. OLE color: 8218825.

HSL color Cylindrical-coordinate representation of color #C9687D: hue angle of 347.01º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9687D is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 104 125 -
CMYK 0 0.48 0.38 0.21
HSL 347.01º 0.47% 0.6% -
HSV(B) 347.01º 0.48% 0.79% -
XYZ 32.74 23.8 22.27 -
YUV 135.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 201 104 125 0 0.48 0.38 0.21 347.01 0.47 0.6
Hex C9 68 7D 0 30 26 15 15B 2F 3C
Octal 311 150 175 0 60 46 25 533 57 74
Binary 11001001 1101000 1111101 0 110000 100110 10101 101011011 101111 111100

Color Harmonies of #C9687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9687D

Black with #C9687D

Text Example


Text Example

White with #C9687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9687D; }

 p { color: rgb(201,104,125); }

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

background-color css

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

 a { background-color: rgb(201,104,125); }

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

border-color css

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

 span { border-color: rgb(201,104,125); }

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