Html Css Color HEX #C9466E Cabaret

📋 copy color: '#C9466E'

red 201 ◦ green 70 ◦ blue 110

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

Shades of Cabaret #C9466E

Tints of Cabaret #C9466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.37%

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 52.76%
G = 18.37%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9466E (or 0xC9466E) is known color: Cabaret. HEX triplet: C9, 46 and 6E. RGB value is (201,70,110). Sum of RGB (Red+Green+Blue) = 201+70+110=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9466E is #36B991. Grayscale: #717171. Windows color (decimal): -3586450 or 7227081. OLE color: 7227081.

HSL color Cylindrical-coordinate representation of color #C9466E: hue angle of 341.68º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9466E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 70 110 -
CMYK 0 0.65 0.45 0.21
HSL 341.68º 0.55% 0.53% -
HSV(B) 341.68º 0.65% 0.79% -
XYZ 29.09 17.92 16.68 -
YUV 113.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 201 70 110 0 0.65 0.45 0.21 341.68 0.55 0.53
Hex C9 46 6E 0 41 2D 15 156 37 35
Octal 311 106 156 0 101 55 25 526 67 65
Binary 11001001 1000110 1101110 0 1000001 101101 10101 101010110 110111 110101

Color Harmonies of #C9466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9466E

Black with #C9466E

Text Example


Text Example

White with #C9466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9466E; }

 p { color: rgb(201,70,110); }

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

background-color css

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

 a { background-color: rgb(201,70,110); }

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

border-color css

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

 span { border-color: rgb(201,70,110); }

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