Html Css Color HEX #C94A66 Cabaret

📋 copy color: '#C94A66'

red 201 ◦ green 74 ◦ blue 102

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

Shades of Cabaret #C94A66

Tints of Cabaret #C94A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 102 (40.23% from 255) = 27.06%

R = 53.32%
G = 19.63%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C94A66 (or 0xC94A66) is known color: Cabaret. HEX triplet: C9, 4A and 66. RGB value is (201,74,102). Sum of RGB (Red+Green+Blue) = 201+74+102=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94A66 is #36B599. Grayscale: #737373. Windows color (decimal): -3585434 or 6703817. OLE color: 6703817.

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

Color convert

RGB 201 74 102 -
CMYK 0 0.63 0.49 0.21
HSL 346.77º 0.54% 0.54% -
HSV(B) 346.77º 0.63% 0.79% -
XYZ 28.93 18.27 14.57 -
YUV 115.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 201 74 102 0 0.63 0.49 0.21 346.77 0.54 0.54
Hex C9 4A 66 0 3F 31 15 15B 36 36
Octal 311 112 146 0 77 61 25 533 66 66
Binary 11001001 1001010 1100110 0 111111 110001 10101 101011011 110110 110110

Color Harmonies of #C94A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94A66

Black with #C94A66

Text Example


Text Example

White with #C94A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94A66; }

 p { color: rgb(201,74,102); }

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

background-color css

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

 a { background-color: rgb(201,74,102); }

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

border-color css

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

 span { border-color: rgb(201,74,102); }

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