Html Css Color HEX #C94961 Cabaret

📋 copy color: '#C94961'

red 201 ◦ green 73 ◦ blue 97

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

Shades of Cabaret #C94961

Tints of Cabaret #C94961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

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

R = 54.18%
G = 19.68%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C94961 (or 0xC94961) is known color: Cabaret. HEX triplet: C9, 49 and 61. RGB value is (201,73,97). Sum of RGB (Red+Green+Blue) = 201+73+97=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C94961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94961 is #36B69E. Grayscale: #727272. Windows color (decimal): -3585695 or 6375881. OLE color: 6375881.

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

Color convert

RGB 201 73 97 -
CMYK 0 0.64 0.52 0.21
HSL 348.75º 0.54% 0.54% -
HSV(B) 348.75º 0.64% 0.79% -
XYZ 28.63 18.05 13.28 -
YUV 114.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 201 73 97 0 0.64 0.52 0.21 348.75 0.54 0.54
Hex C9 49 61 0 40 34 15 15D 36 36
Octal 311 111 141 0 100 64 25 535 66 66
Binary 11001001 1001001 1100001 0 1000000 110100 10101 101011101 110110 110110

Color Harmonies of #C94961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94961

Black with #C94961

Text Example


Text Example

White with #C94961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94961; }

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

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

background-color css

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

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

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

border-color css

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

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

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