Html Css Color HEX #C94C6E Cabaret

📋 copy color: '#C94C6E'

red 201 ◦ green 76 ◦ blue 110

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

Shades of Cabaret #C94C6E

Tints of Cabaret #C94C6E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.64%

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 51.94%
G = 19.64%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C94C6E (or 0xC94C6E) is known color: Cabaret. HEX triplet: C9, 4C and 6E. RGB value is (201,76,110). Sum of RGB (Red+Green+Blue) = 201+76+110=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C6E is #36B391. Grayscale: #757575. Windows color (decimal): -3584914 or 7228617. OLE color: 7228617.

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

Color convert

RGB 201 76 110 -
CMYK 0 0.62 0.45 0.21
HSL 343.68º 0.54% 0.54% -
HSV(B) 343.68º 0.62% 0.79% -
XYZ 29.49 18.71 16.81 -
YUV 117.25 123.91 187.74 -
System Red Green Blue C M Y K H S L
Decimal 201 76 110 0 0.62 0.45 0.21 343.68 0.54 0.54
Hex C9 4C 6E 0 3E 2D 15 158 36 36
Octal 311 114 156 0 76 55 25 530 66 66
Binary 11001001 1001100 1101110 0 111110 101101 10101 101011000 110110 110110

Color Harmonies of #C94C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C6E

Black with #C94C6E

Text Example


Text Example

White with #C94C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C6E; }

 p { color: rgb(201,76,110); }

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

background-color css

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

 a { background-color: rgb(201,76,110); }

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

border-color css

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

 span { border-color: rgb(201,76,110); }

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