Html Css Color HEX #C9667A Charm

📋 copy color: '#C9667A'

red 201 ◦ green 102 ◦ blue 122

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

Shades of Charm #C9667A

Tints of Charm #C9667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.71%

R = 47.29%
G = 24%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9667A (or 0xC9667A) is known color: Charm. HEX triplet: C9, 66 and 7A. RGB value is (201,102,122). Sum of RGB (Red+Green+Blue) = 201+102+122=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9667A is #369985. Grayscale: #858585. Windows color (decimal): -3578246 or 8021705. OLE color: 8021705.

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

Color convert

RGB 201 102 122 -
CMYK 0 0.49 0.39 0.21
HSL 347.88º 0.48% 0.59% -
HSV(B) 347.88º 0.49% 0.79% -
XYZ 32.35 23.33 21.21 -
YUV 133.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 201 102 122 0 0.49 0.39 0.21 347.88 0.48 0.59
Hex C9 66 7A 0 31 27 15 15C 30 3B
Octal 311 146 172 0 61 47 25 534 60 73
Binary 11001001 1100110 1111010 0 110001 100111 10101 101011100 110000 111011

Color Harmonies of #C9667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9667A

Black with #C9667A

Text Example


Text Example

White with #C9667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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