Html Css Color HEX #C96380 Charm

📋 copy color: '#C96380'

red 201 ◦ green 99 ◦ blue 128

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

Shades of Charm #C96380

Tints of Charm #C96380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.13%

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 46.96%
G = 23.13%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C96380 (or 0xC96380) is known color: Charm. HEX triplet: C9, 63 and 80. RGB value is (201,99,128). Sum of RGB (Red+Green+Blue) = 201+99+128=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C96380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96380 is #369C7F. Grayscale: #848484. Windows color (decimal): -3579008 or 8414153. OLE color: 8414153.

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

Color convert

RGB 201 99 128 -
CMYK 0 0.51 0.36 0.21
HSL 342.94º 0.49% 0.59% -
HSV(B) 342.94º 0.51% 0.79% -
XYZ 32.45 22.9 23.13 -
YUV 132.8 125.29 176.64 -
System Red Green Blue C M Y K H S L
Decimal 201 99 128 0 0.51 0.36 0.21 342.94 0.49 0.59
Hex C9 63 80 0 33 24 15 157 31 3B
Octal 311 143 200 0 63 44 25 527 61 73
Binary 11001001 1100011 10000000 0 110011 100100 10101 101010111 110001 111011

Color Harmonies of #C96380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96380

Black with #C96380

Text Example


Text Example

White with #C96380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96380; }

 p { color: rgb(201,99,128); }

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

background-color css

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

 a { background-color: rgb(201,99,128); }

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

border-color css

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

 span { border-color: rgb(201,99,128); }

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