Html Css Color HEX #C96781 Charm

📋 copy color: '#C96781'

red 201 ◦ green 103 ◦ blue 129

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

Shades of Charm #C96781

Tints of Charm #C96781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.79%

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 46.42%
G = 23.79%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C96781 (or 0xC96781) is known color: Charm. HEX triplet: C9, 67 and 81. RGB value is (201,103,129). Sum of RGB (Red+Green+Blue) = 201+103+129=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C96781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96781 is #36987E. Grayscale: #878787. Windows color (decimal): -3577983 or 8480713. OLE color: 8480713.

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

Color convert

RGB 201 103 129 -
CMYK 0 0.49 0.36 0.21
HSL 344.08º 0.48% 0.6% -
HSV(B) 344.08º 0.49% 0.79% -
XYZ 32.9 23.7 23.61 -
YUV 135.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 201 103 129 0 0.49 0.36 0.21 344.08 0.48 0.6
Hex C9 67 81 0 31 24 15 158 30 3C
Octal 311 147 201 0 61 44 25 530 60 74
Binary 11001001 1100111 10000001 0 110001 100100 10101 101011000 110000 111100

Color Harmonies of #C96781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96781

Black with #C96781

Text Example


Text Example

White with #C96781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96781; }

 p { color: rgb(201,103,129); }

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

background-color css

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

 a { background-color: rgb(201,103,129); }

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

border-color css

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

 span { border-color: rgb(201,103,129); }

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