Html Css Color HEX #C95264 Cabaret

📋 copy color: '#C95264'

red 201 ◦ green 82 ◦ blue 100

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

Shades of Cabaret #C95264

Tints of Cabaret #C95264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.41%

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 52.48%
G = 21.41%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95264 (or 0xC95264) is known color: Cabaret. HEX triplet: C9, 52 and 64. RGB value is (201,82,100). Sum of RGB (Red+Green+Blue) = 201+82+100=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C95264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95264 is #36AD9B. Grayscale: #777777. Windows color (decimal): -3583388 or 6574793. OLE color: 6574793.

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

Color convert

RGB 201 82 100 -
CMYK 0 0.59 0.50 0.21
HSL 350.92º 0.52% 0.55% -
HSV(B) 350.92º 0.59% 0.79% -
XYZ 29.4 19.37 14.25 -
YUV 119.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 201 82 100 0 0.59 0.50 0.21 350.92 0.52 0.55
Hex C9 52 64 0 3B 32 15 15F 34 37
Octal 311 122 144 0 73 62 25 537 64 67
Binary 11001001 1010010 1100100 0 111011 110010 10101 101011111 110100 110111

Color Harmonies of #C95264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95264

Black with #C95264

Text Example


Text Example

White with #C95264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95264; }

 p { color: rgb(201,82,100); }

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

background-color css

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

 a { background-color: rgb(201,82,100); }

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

border-color css

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

 span { border-color: rgb(201,82,100); }

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