Html Css Color HEX #C94E6B Cabaret

📋 copy color: '#C94E6B'

red 201 ◦ green 78 ◦ blue 107

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

Shades of Cabaret #C94E6B

Tints of Cabaret #C94E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.21%

 BLUE value IS 107 (42.19% from 255) = 27.72%

R = 52.07%
G = 20.21%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C94E6B (or 0xC94E6B) is known color: Cabaret. HEX triplet: C9, 4E and 6B. RGB value is (201,78,107). Sum of RGB (Red+Green+Blue) = 201+78+107=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E6B is #36B194. Grayscale: #767676. Windows color (decimal): -3584405 or 7032521. OLE color: 7032521.

HSL color Cylindrical-coordinate representation of color #C94E6B: hue angle of 345.85º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94E6B is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 78 107 -
CMYK 0 0.61 0.47 0.21
HSL 345.85º 0.53% 0.55% -
HSV(B) 345.85º 0.61% 0.79% -
XYZ 29.47 18.93 16.01 -
YUV 118.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 201 78 107 0 0.61 0.47 0.21 345.85 0.53 0.55
Hex C9 4E 6B 0 3D 2F 15 15A 35 37
Octal 311 116 153 0 75 57 25 532 65 67
Binary 11001001 1001110 1101011 0 111101 101111 10101 101011010 110101 110111

Color Harmonies of #C94E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E6B

Black with #C94E6B

Text Example


Text Example

White with #C94E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E6B; }

 p { color: rgb(201,78,107); }

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

background-color css

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

 a { background-color: rgb(201,78,107); }

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

border-color css

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

 span { border-color: rgb(201,78,107); }

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