Html Css Color HEX #C9456E Cabaret

📋 copy color: '#C9456E'

red 201 ◦ green 69 ◦ blue 110

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

Shades of Cabaret #C9456E

Tints of Cabaret #C9456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.16%

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

R = 52.89%
G = 18.16%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9456E (or 0xC9456E) is known color: Cabaret. HEX triplet: C9, 45 and 6E. RGB value is (201,69,110). Sum of RGB (Red+Green+Blue) = 201+69+110=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9456E is #36BA91. Grayscale: #717171. Windows color (decimal): -3586706 or 7226825. OLE color: 7226825.

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

Color convert

RGB 201 69 110 -
CMYK 0 0.66 0.45 0.21
HSL 341.36º 0.55% 0.53% -
HSV(B) 341.36º 0.66% 0.79% -
XYZ 29.03 17.8 16.66 -
YUV 113.14 126.23 190.67 -
System Red Green Blue C M Y K H S L
Decimal 201 69 110 0 0.66 0.45 0.21 341.36 0.55 0.53
Hex C9 45 6E 0 42 2D 15 155 37 35
Octal 311 105 156 0 102 55 25 525 67 65
Binary 11001001 1000101 1101110 0 1000010 101101 10101 101010101 110111 110101

Color Harmonies of #C9456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9456E

Black with #C9456E

Text Example


Text Example

White with #C9456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9456E; }

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

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

background-color css

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

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

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

border-color css

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

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

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