Html Css Color HEX #C94472 Cabaret

📋 copy color: '#C94472'

red 201 ◦ green 68 ◦ blue 114

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

Shades of Cabaret #C94472

Tints of Cabaret #C94472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 52.48%
G = 17.75%
B = 29.77%

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

#C94472 (or 0xC94472) is known color: Cabaret. HEX triplet: C9, 44 and 72. RGB value is (201,68,114). Sum of RGB (Red+Green+Blue) = 201+68+114=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C94472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94472 is #36BB8D. Grayscale: #707070. Windows color (decimal): -3586958 or 7488713. OLE color: 7488713.

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

Color convert

RGB 201 68 114 -
CMYK 0 0.66 0.43 0.21
HSL 339.25º 0.55% 0.53% -
HSV(B) 339.25º 0.66% 0.79% -
XYZ 29.19 17.77 17.81 -
YUV 113.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 201 68 114 0 0.66 0.43 0.21 339.25 0.55 0.53
Hex C9 44 72 0 42 2B 15 153 37 35
Octal 311 104 162 0 102 53 25 523 67 65
Binary 11001001 1000100 1110010 0 1000010 101011 10101 101010011 110111 110101

Color Harmonies of #C94472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94472

Black with #C94472

Text Example


Text Example

White with #C94472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94472; }

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

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

background-color css

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

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

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

border-color css

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

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

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