Html Css Color HEX #C94574 Cabaret

📋 copy color: '#C94574'

red 201 ◦ green 69 ◦ blue 116

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

Shades of Cabaret #C94574

Tints of Cabaret #C94574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 52.07%
G = 17.88%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C94574 (or 0xC94574) is known color: Cabaret. HEX triplet: C9, 45 and 74. RGB value is (201,69,116). Sum of RGB (Red+Green+Blue) = 201+69+116=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94574 is #36BA8B. Grayscale: #717171. Windows color (decimal): -3586700 or 7620041. OLE color: 7620041.

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

Color convert

RGB 201 69 116 -
CMYK 0 0.66 0.42 0.21
HSL 338.64º 0.55% 0.53% -
HSV(B) 338.64º 0.66% 0.79% -
XYZ 29.37 17.93 18.44 -
YUV 113.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 201 69 116 0 0.66 0.42 0.21 338.64 0.55 0.53
Hex C9 45 74 0 42 2A 15 153 37 35
Octal 311 105 164 0 102 52 25 523 67 65
Binary 11001001 1000101 1110100 0 1000010 101010 10101 101010011 110111 110101

Color Harmonies of #C94574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94574

Black with #C94574

Text Example


Text Example

White with #C94574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94574; }

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

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

background-color css

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

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

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

border-color css

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

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

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