Html Css Color HEX #C95464 Cabaret

📋 copy color: '#C95464'

red 201 ◦ green 84 ◦ blue 100

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

Shades of Cabaret #C95464

Tints of Cabaret #C95464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

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

R = 52.21%
G = 21.82%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95464 (or 0xC95464) is known color: Cabaret. HEX triplet: C9, 54 and 64. RGB value is (201,84,100). Sum of RGB (Red+Green+Blue) = 201+84+100=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C95464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95464 is #36AB9B. Grayscale: #787878. Windows color (decimal): -3582876 or 6575305. OLE color: 6575305.

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

Color convert

RGB 201 84 100 -
CMYK 0 0.58 0.50 0.21
HSL 351.79º 0.52% 0.56% -
HSV(B) 351.79º 0.58% 0.79% -
XYZ 29.56 19.68 14.3 -
YUV 120.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 201 84 100 0 0.58 0.50 0.21 351.79 0.52 0.56
Hex C9 54 64 0 3A 32 15 160 34 38
Octal 311 124 144 0 72 62 25 540 64 70
Binary 11001001 1010100 1100100 0 111010 110010 10101 101100000 110100 111000

Color Harmonies of #C95464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95464

Black with #C95464

Text Example


Text Example

White with #C95464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95464; }

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

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

background-color css

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

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

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

border-color css

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

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

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