Html Css Color HEX #C94570 Cabaret

📋 copy color: '#C94570'

red 201 ◦ green 69 ◦ blue 112

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

Shades of Cabaret #C94570

Tints of Cabaret #C94570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 52.62%
G = 18.06%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94570 (or 0xC94570) is known color: Cabaret. HEX triplet: C9, 45 and 70. RGB value is (201,69,112). Sum of RGB (Red+Green+Blue) = 201+69+112=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C94570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94570 is #36BA8F. Grayscale: #717171. Windows color (decimal): -3586704 or 7357897. OLE color: 7357897.

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

Color convert

RGB 201 69 112 -
CMYK 0 0.66 0.44 0.21
HSL 340.45º 0.55% 0.53% -
HSV(B) 340.45º 0.66% 0.79% -
XYZ 29.14 17.84 17.24 -
YUV 113.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 201 69 112 0 0.66 0.44 0.21 340.45 0.55 0.53
Hex C9 45 70 0 42 2C 15 154 37 35
Octal 311 105 160 0 102 54 25 524 67 65
Binary 11001001 1000101 1110000 0 1000010 101100 10101 101010100 110111 110101

Color Harmonies of #C94570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94570

Black with #C94570

Text Example


Text Example

White with #C94570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94570; }

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

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

background-color css

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

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

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

border-color css

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

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

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