Html Css Color HEX #C94170 Cabaret

📋 copy color: '#C94170'

red 201 ◦ green 65 ◦ blue 112

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

Shades of Cabaret #C94170

Tints of Cabaret #C94170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

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

R = 53.17%
G = 17.2%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94170 (or 0xC94170) is known color: Cabaret. HEX triplet: C9, 41 and 70. RGB value is (201,65,112). Sum of RGB (Red+Green+Blue) = 201+65+112=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C94170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94170 is #36BE8F. Grayscale: #6E6E6E. Windows color (decimal): -3587728 or 7356873. OLE color: 7356873.

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

Color convert

RGB 201 65 112 -
CMYK 0 0.68 0.44 0.21
HSL 339.26º 0.56% 0.52% -
HSV(B) 339.26º 0.68% 0.79% -
XYZ 28.9 17.37 17.16 -
YUV 111.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 201 65 112 0 0.68 0.44 0.21 339.26 0.56 0.52
Hex C9 41 70 0 44 2C 15 153 38 34
Octal 311 101 160 0 104 54 25 523 70 64
Binary 11001001 1000001 1110000 0 1000100 101100 10101 101010011 111000 110100

Color Harmonies of #C94170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94170

Black with #C94170

Text Example


Text Example

White with #C94170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94170; }

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

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

background-color css

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

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

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

border-color css

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

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

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