Html Css Color HEX #C94068 Cabaret

📋 copy color: '#C94068'

red 201 ◦ green 64 ◦ blue 104

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

Shades of Cabaret #C94068

Tints of Cabaret #C94068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

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

R = 54.47%
G = 17.34%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C94068 (or 0xC94068) is known color: Cabaret. HEX triplet: C9, 40 and 68. RGB value is (201,64,104). Sum of RGB (Red+Green+Blue) = 201+64+104=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C94068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94068 is #36BF97. Grayscale: #6D6D6D. Windows color (decimal): -3587992 or 6832329. OLE color: 6832329.

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

Color convert

RGB 201 64 104 -
CMYK 0 0.68 0.48 0.21
HSL 342.48º 0.56% 0.52% -
HSV(B) 342.48º 0.68% 0.79% -
XYZ 28.42 17.08 14.9 -
YUV 109.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 201 64 104 0 0.68 0.48 0.21 342.48 0.56 0.52
Hex C9 40 68 0 44 30 15 156 38 34
Octal 311 100 150 0 104 60 25 526 70 64
Binary 11001001 1000000 1101000 0 1000100 110000 10101 101010110 111000 110100

Color Harmonies of #C94068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94068

Black with #C94068

Text Example


Text Example

White with #C94068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94068; }

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

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

background-color css

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

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

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

border-color css

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

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

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