Html Css Color HEX #C94461 Cabaret

📋 copy color: '#C94461'

red 201 ◦ green 68 ◦ blue 97

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

Shades of Cabaret #C94461

Tints of Cabaret #C94461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 54.92%
G = 18.58%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C94461 (or 0xC94461) is known color: Cabaret. HEX triplet: C9, 44 and 61. RGB value is (201,68,97). Sum of RGB (Red+Green+Blue) = 201+68+97=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C94461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94461 is #36BB9E. Grayscale: #6F6F6F. Windows color (decimal): -3586975 or 6374601. OLE color: 6374601.

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

Color convert

RGB 201 68 97 -
CMYK 0 0.66 0.52 0.21
HSL 346.92º 0.55% 0.53% -
HSV(B) 346.92º 0.66% 0.79% -
XYZ 28.31 17.41 13.18 -
YUV 111.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 201 68 97 0 0.66 0.52 0.21 346.92 0.55 0.53
Hex C9 44 61 0 42 34 15 15B 37 35
Octal 311 104 141 0 102 64 25 533 67 65
Binary 11001001 1000100 1100001 0 1000010 110100 10101 101011011 110111 110101

Color Harmonies of #C94461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94461

Black with #C94461

Text Example


Text Example

White with #C94461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94461; }

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

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

background-color css

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

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

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

border-color css

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

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

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