Html Css Color HEX #C94770 Cabaret

📋 copy color: '#C94770'

red 201 ◦ green 71 ◦ blue 112

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

Shades of Cabaret #C94770

Tints of Cabaret #C94770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.49%

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

R = 52.34%
G = 18.49%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94770 (or 0xC94770) is known color: Cabaret. HEX triplet: C9, 47 and 70. RGB value is (201,71,112). Sum of RGB (Red+Green+Blue) = 201+71+112=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C94770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94770 is #36B88F. Grayscale: #727272. Windows color (decimal): -3586192 or 7358409. OLE color: 7358409.

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

Color convert

RGB 201 71 112 -
CMYK 0 0.65 0.44 0.21
HSL 341.08º 0.55% 0.53% -
HSV(B) 341.08º 0.65% 0.79% -
XYZ 29.27 18.09 17.28 -
YUV 114.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 201 71 112 0 0.65 0.44 0.21 341.08 0.55 0.53
Hex C9 47 70 0 41 2C 15 155 37 35
Octal 311 107 160 0 101 54 25 525 67 65
Binary 11001001 1000111 1110000 0 1000001 101100 10101 101010101 110111 110101

Color Harmonies of #C94770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94770

Black with #C94770

Text Example


Text Example

White with #C94770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94770; }

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

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

background-color css

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

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

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

border-color css

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

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

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