Html Css Color HEX #C94473 Cabaret

📋 copy color: '#C94473'

red 201 ◦ green 68 ◦ blue 115

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

Shades of Cabaret #C94473

Tints of Cabaret #C94473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 52.34%
G = 17.71%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C94473 (or 0xC94473) is known color: Cabaret. HEX triplet: C9, 44 and 73. RGB value is (201,68,115). Sum of RGB (Red+Green+Blue) = 201+68+115=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C94473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94473 is #36BB8C. Grayscale: #717171. Windows color (decimal): -3586957 or 7554249. OLE color: 7554249.

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

Color convert

RGB 201 68 115 -
CMYK 0 0.66 0.43 0.21
HSL 338.8º 0.55% 0.53% -
HSV(B) 338.8º 0.66% 0.79% -
XYZ 29.25 17.79 18.11 -
YUV 113.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 201 68 115 0 0.66 0.43 0.21 338.8 0.55 0.53
Hex C9 44 73 0 42 2B 15 153 37 35
Octal 311 104 163 0 102 53 25 523 67 65
Binary 11001001 1000100 1110011 0 1000010 101011 10101 101010011 110111 110101

Color Harmonies of #C94473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94473

Black with #C94473

Text Example


Text Example

White with #C94473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94473; }

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

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

background-color css

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

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

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

border-color css

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

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

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