Html Css Color HEX #C9667E Charm

📋 copy color: '#C9667E'

red 201 ◦ green 102 ◦ blue 126

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

Shades of Charm #C9667E

Tints of Charm #C9667E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.37%

R = 46.85%
G = 23.78%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9667E (or 0xC9667E) is known color: Charm. HEX triplet: C9, 66 and 7E. RGB value is (201,102,126). Sum of RGB (Red+Green+Blue) = 201+102+126=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9667E is #369981. Grayscale: #868686. Windows color (decimal): -3578242 or 8283849. OLE color: 8283849.

HSL color Cylindrical-coordinate representation of color #C9667E: hue angle of 345.45º 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 #C9667E is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 126 -
CMYK 0 0.49 0.37 0.21
HSL 345.45º 0.48% 0.59% -
HSV(B) 345.45º 0.49% 0.79% -
XYZ 32.6 23.43 22.54 -
YUV 134.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 201 102 126 0 0.49 0.37 0.21 345.45 0.48 0.59
Hex C9 66 7E 0 31 25 15 159 30 3B
Octal 311 146 176 0 61 45 25 531 60 73
Binary 11001001 1100110 1111110 0 110001 100101 10101 101011001 110000 111011

Color Harmonies of #C9667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9667E

Black with #C9667E

Text Example


Text Example

White with #C9667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9667E; }

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

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

background-color css

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

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

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

border-color css

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

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

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