Html Css Color HEX #C9466F Cabaret

📋 copy color: '#C9466F'

red 201 ◦ green 70 ◦ blue 111

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

Shades of Cabaret #C9466F

Tints of Cabaret #C9466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 52.62%
G = 18.32%
B = 29.06%

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

#C9466F (or 0xC9466F) is known color: Cabaret. HEX triplet: C9, 46 and 6F. RGB value is (201,70,111). Sum of RGB (Red+Green+Blue) = 201+70+111=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9466F is #36B990. Grayscale: #717171. Windows color (decimal): -3586449 or 7292617. OLE color: 7292617.

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

Color convert

RGB 201 70 111 -
CMYK 0 0.65 0.45 0.21
HSL 341.22º 0.55% 0.53% -
HSV(B) 341.22º 0.65% 0.79% -
XYZ 29.15 17.95 16.97 -
YUV 113.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 201 70 111 0 0.65 0.45 0.21 341.22 0.55 0.53
Hex C9 46 6F 0 41 2D 15 155 37 35
Octal 311 106 157 0 101 55 25 525 67 65
Binary 11001001 1000110 1101111 0 1000001 101101 10101 101010101 110111 110101

Color Harmonies of #C9466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9466F

Black with #C9466F

Text Example


Text Example

White with #C9466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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