Html Css Color HEX #C9667C Charm

📋 copy color: '#C9667C'

red 201 ◦ green 102 ◦ blue 124

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

Shades of Charm #C9667C

Tints of Charm #C9667C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 47.07%
G = 23.89%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9667C (or 0xC9667C) is known color: Charm. HEX triplet: C9, 66 and 7C. RGB value is (201,102,124). Sum of RGB (Red+Green+Blue) = 201+102+124=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9667C is #369983. Grayscale: #868686. Windows color (decimal): -3578244 or 8152777. OLE color: 8152777.

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

Color convert

RGB 201 102 124 -
CMYK 0 0.49 0.38 0.21
HSL 346.67º 0.48% 0.59% -
HSV(B) 346.67º 0.49% 0.79% -
XYZ 32.48 23.38 21.87 -
YUV 134.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 201 102 124 0 0.49 0.38 0.21 346.67 0.48 0.59
Hex C9 66 7C 0 31 26 15 15B 30 3B
Octal 311 146 174 0 61 46 25 533 60 73
Binary 11001001 1100110 1111100 0 110001 100110 10101 101011011 110000 111011

Color Harmonies of #C9667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9667C

Black with #C9667C

Text Example


Text Example

White with #C9667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9667C; }

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

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

background-color css

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

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

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

border-color css

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

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

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