Html Css Color HEX #C97C85 Charm

📋 copy color: '#C97C85'

red 201 ◦ green 124 ◦ blue 133

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

Shades of Charm #C97C85

Tints of Charm #C97C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.07%

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

R = 43.89%
G = 27.07%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C97C85 (or 0xC97C85) is known color: Charm. HEX triplet: C9, 7C and 85. RGB value is (201,124,133). Sum of RGB (Red+Green+Blue) = 201+124+133=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97C85 is #36837A. Grayscale: #949494. Windows color (decimal): -3572603 or 8748233. OLE color: 8748233.

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

Color convert

RGB 201 124 133 -
CMYK 0 0.38 0.34 0.21
HSL 352.99º 0.42% 0.64% -
HSV(B) 352.99º 0.38% 0.79% -
XYZ 35.53 28.53 25.82 -
YUV 148.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 201 124 133 0 0.38 0.34 0.21 352.99 0.42 0.64
Hex C9 7C 85 0 26 22 15 161 2A 40
Octal 311 174 205 0 46 42 25 541 52 100
Binary 11001001 1111100 10000101 0 100110 100010 10101 101100001 101010 1000000

Color Harmonies of #C97C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C85

Black with #C97C85

Text Example


Text Example

White with #C97C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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