Html Css Color HEX #C94B71 Cabaret

📋 copy color: '#C94B71'

red 201 ◦ green 75 ◦ blue 113

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

Shades of Cabaret #C94B71

Tints of Cabaret #C94B71

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.28%

 BLUE value IS 113 (44.53% from 255) = 29.05%

R = 51.67%
G = 19.28%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94B71 (or 0xC94B71) is known color: Cabaret. HEX triplet: C9, 4B and 71. RGB value is (201,75,113). Sum of RGB (Red+Green+Blue) = 201+75+113=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B71 is #36B48E. Grayscale: #747474. Windows color (decimal): -3585167 or 7424969. OLE color: 7424969.

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

Color convert

RGB 201 75 113 -
CMYK 0 0.63 0.44 0.21
HSL 341.9º 0.54% 0.54% -
HSV(B) 341.9º 0.63% 0.79% -
XYZ 29.58 18.64 17.66 -
YUV 117.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 201 75 113 0 0.63 0.44 0.21 341.9 0.54 0.54
Hex C9 4B 71 0 3F 2C 15 156 36 36
Octal 311 113 161 0 77 54 25 526 66 66
Binary 11001001 1001011 1110001 0 111111 101100 10101 101010110 110110 110110

Color Harmonies of #C94B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B71

Black with #C94B71

Text Example


Text Example

White with #C94B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B71; }

 p { color: rgb(201,75,113); }

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

background-color css

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

 a { background-color: rgb(201,75,113); }

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

border-color css

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

 span { border-color: rgb(201,75,113); }

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