Html Css Color HEX #C97085 Charm

📋 copy color: '#C97085'

red 201 ◦ green 112 ◦ blue 133

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

Shades of Charm #C97085

Tints of Charm #C97085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.11%

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

R = 45.07%
G = 25.11%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C97085 (or 0xC97085) is known color: Charm. HEX triplet: C9, 70 and 85. RGB value is (201,112,133). Sum of RGB (Red+Green+Blue) = 201+112+133=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C97085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97085 is #368F7A. Grayscale: #8D8D8D. Windows color (decimal): -3575675 or 8745161. OLE color: 8745161.

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

Color convert

RGB 201 112 133 -
CMYK 0 0.44 0.34 0.21
HSL 345.84º 0.45% 0.61% -
HSV(B) 345.84º 0.44% 0.79% -
XYZ 34.12 25.7 25.35 -
YUV 141.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 201 112 133 0 0.44 0.34 0.21 345.84 0.45 0.61
Hex C9 70 85 0 2C 22 15 15A 2D 3D
Octal 311 160 205 0 54 42 25 532 55 75
Binary 11001001 1110000 10000101 0 101100 100010 10101 101011010 101101 111101

Color Harmonies of #C97085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97085

Black with #C97085

Text Example


Text Example

White with #C97085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97085; }

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

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

background-color css

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

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

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

border-color css

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

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

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