Html Css Color HEX #C94D68 Cabaret

📋 copy color: '#C94D68'

red 201 ◦ green 77 ◦ blue 104

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

Shades of Cabaret #C94D68

Tints of Cabaret #C94D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 52.62%
G = 20.16%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C94D68 (or 0xC94D68) is known color: Cabaret. HEX triplet: C9, 4D and 68. RGB value is (201,77,104). Sum of RGB (Red+Green+Blue) = 201+77+104=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D68 is #36B297. Grayscale: #757575. Windows color (decimal): -3584664 or 6835657. OLE color: 6835657.

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

Color convert

RGB 201 77 104 -
CMYK 0 0.62 0.48 0.21
HSL 346.94º 0.53% 0.55% -
HSV(B) 346.94º 0.62% 0.79% -
XYZ 29.24 18.72 15.17 -
YUV 117.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 201 77 104 0 0.62 0.48 0.21 346.94 0.53 0.55
Hex C9 4D 68 0 3E 30 15 15B 35 37
Octal 311 115 150 0 76 60 25 533 65 67
Binary 11001001 1001101 1101000 0 111110 110000 10101 101011011 110101 110111

Color Harmonies of #C94D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D68

Black with #C94D68

Text Example


Text Example

White with #C94D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D68; }

 p { color: rgb(201,77,104); }

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

background-color css

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

 a { background-color: rgb(201,77,104); }

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

border-color css

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

 span { border-color: rgb(201,77,104); }

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