Html Css Color HEX #C94870 Cabaret

📋 copy color: '#C94870'

red 201 ◦ green 72 ◦ blue 112

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

Shades of Cabaret #C94870

Tints of Cabaret #C94870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.7%

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

R = 52.21%
G = 18.7%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94870 (or 0xC94870) is known color: Cabaret. HEX triplet: C9, 48 and 70. RGB value is (201,72,112). Sum of RGB (Red+Green+Blue) = 201+72+112=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C94870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94870 is #36B78F. Grayscale: #737373. Windows color (decimal): -3585936 or 7358665. OLE color: 7358665.

HSL color Cylindrical-coordinate representation of color #C94870: hue angle of 341.4º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94870 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 72 112 -
CMYK 0 0.64 0.44 0.21
HSL 341.4º 0.54% 0.54% -
HSV(B) 341.4º 0.64% 0.79% -
XYZ 29.33 18.22 17.3 -
YUV 115.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 201 72 112 0 0.64 0.44 0.21 341.4 0.54 0.54
Hex C9 48 70 0 40 2C 15 155 36 36
Octal 311 110 160 0 100 54 25 525 66 66
Binary 11001001 1001000 1110000 0 1000000 101100 10101 101010101 110110 110110

Color Harmonies of #C94870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94870

Black with #C94870

Text Example


Text Example

White with #C94870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94870; }

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

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

background-color css

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

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

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

border-color css

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

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

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