Html Css Color HEX #C96685 Charm

📋 copy color: '#C96685'

red 201 ◦ green 102 ◦ blue 133

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

Shades of Charm #C96685

Tints of Charm #C96685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.39%

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

R = 46.1%
G = 23.39%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C96685 (or 0xC96685) is known color: Charm. HEX triplet: C9, 66 and 85. RGB value is (201,102,133). Sum of RGB (Red+Green+Blue) = 201+102+133=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C96685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96685 is #36997A. Grayscale: #878787. Windows color (decimal): -3578235 or 8742601. OLE color: 8742601.

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

Color convert

RGB 201 102 133 -
CMYK 0 0.49 0.34 0.21
HSL 341.21º 0.48% 0.59% -
HSV(B) 341.21º 0.49% 0.79% -
XYZ 33.07 23.61 25.01 -
YUV 135.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 201 102 133 0 0.49 0.34 0.21 341.21 0.48 0.59
Hex C9 66 85 0 31 22 15 155 30 3B
Octal 311 146 205 0 61 42 25 525 60 73
Binary 11001001 1100110 10000101 0 110001 100010 10101 101010101 110000 111011

Color Harmonies of #C96685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96685

Black with #C96685

Text Example


Text Example

White with #C96685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96685; }

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

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

background-color css

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

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

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

border-color css

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

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

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