Html Css Color HEX #C94266 Cabaret

📋 copy color: '#C94266'

red 201 ◦ green 66 ◦ blue 102

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

Shades of Cabaret #C94266

Tints of Cabaret #C94266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.89%

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

R = 54.47%
G = 17.89%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C94266 (or 0xC94266) is known color: Cabaret. HEX triplet: C9, 42 and 66. RGB value is (201,66,102). Sum of RGB (Red+Green+Blue) = 201+66+102=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C94266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94266 is #36BD99. Grayscale: #6E6E6E. Windows color (decimal): -3587482 or 6701769. OLE color: 6701769.

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

Color convert

RGB 201 66 102 -
CMYK 0 0.67 0.49 0.21
HSL 344º 0.56% 0.52% -
HSV(B) 344º 0.67% 0.79% -
XYZ 28.43 17.27 14.41 -
YUV 110.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 201 66 102 0 0.67 0.49 0.21 344 0.56 0.52
Hex C9 42 66 0 43 31 15 158 38 34
Octal 311 102 146 0 103 61 25 530 70 64
Binary 11001001 1000010 1100110 0 1000011 110001 10101 101011000 111000 110100

Color Harmonies of #C94266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94266

Black with #C94266

Text Example


Text Example

White with #C94266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94266; }

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

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

background-color css

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

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

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

border-color css

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

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

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