Html Css Color HEX #C97685 Charm

📋 copy color: '#C97685'

red 201 ◦ green 118 ◦ blue 133

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

Shades of Charm #C97685

Tints of Charm #C97685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.11%

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

R = 44.47%
G = 26.11%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C97685 (or 0xC97685) is known color: Charm. HEX triplet: C9, 76 and 85. RGB value is (201,118,133). Sum of RGB (Red+Green+Blue) = 201+118+133=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C97685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97685 is #36897A. Grayscale: #909090. Windows color (decimal): -3574139 or 8746697. OLE color: 8746697.

HSL color Cylindrical-coordinate representation of color #C97685: hue angle of 349.16º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C97685 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 118 133 -
CMYK 0 0.41 0.34 0.21
HSL 349.16º 0.43% 0.63% -
HSV(B) 349.16º 0.41% 0.79% -
XYZ 34.8 27.07 25.58 -
YUV 144.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 201 118 133 0 0.41 0.34 0.21 349.16 0.43 0.63
Hex C9 76 85 0 29 22 15 15D 2B 3F
Octal 311 166 205 0 51 42 25 535 53 77
Binary 11001001 1110110 10000101 0 101001 100010 10101 101011101 101011 111111

Color Harmonies of #C97685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97685

Black with #C97685

Text Example


Text Example

White with #C97685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97685; }

 p { color: rgb(201,118,133); }

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

background-color css

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

 a { background-color: rgb(201,118,133); }

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

border-color css

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

 span { border-color: rgb(201,118,133); }

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