Html Css Color HEX #C94474 Cabaret

📋 copy color: '#C94474'

red 201 ◦ green 68 ◦ blue 116

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

Shades of Cabaret #C94474

Tints of Cabaret #C94474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.66%

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

R = 52.21%
G = 17.66%
B = 30.13%

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

#C94474 (or 0xC94474) is known color: Cabaret. HEX triplet: C9, 44 and 74. RGB value is (201,68,116). Sum of RGB (Red+Green+Blue) = 201+68+116=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C94474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94474 is #36BB8B. Grayscale: #717171. Windows color (decimal): -3586956 or 7619785. OLE color: 7619785.

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

Color convert

RGB 201 68 116 -
CMYK 0 0.66 0.42 0.21
HSL 338.35º 0.55% 0.53% -
HSV(B) 338.35º 0.66% 0.79% -
XYZ 29.31 17.81 18.42 -
YUV 113.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 201 68 116 0 0.66 0.42 0.21 338.35 0.55 0.53
Hex C9 44 74 0 42 2A 15 152 37 35
Octal 311 104 164 0 102 52 25 522 67 65
Binary 11001001 1000100 1110100 0 1000010 101010 10101 101010010 110111 110101

Color Harmonies of #C94474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94474

Black with #C94474

Text Example


Text Example

White with #C94474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94474; }

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

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

background-color css

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

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

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

border-color css

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

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

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