Html Css Color HEX #C95F7C Cabaret

📋 copy color: '#C95F7C'

red 201 ◦ green 95 ◦ blue 124

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

Shades of Cabaret #C95F7C

Tints of Cabaret #C95F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 47.86%
G = 22.62%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C95F7C (or 0xC95F7C) is known color: Cabaret. HEX triplet: C9, 5F and 7C. RGB value is (201,95,124). Sum of RGB (Red+Green+Blue) = 201+95+124=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F7C is #36A083. Grayscale: #818181. Windows color (decimal): -3580036 or 8150985. OLE color: 8150985.

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

Color convert

RGB 201 95 124 -
CMYK 0 0.53 0.38 0.21
HSL 343.58º 0.5% 0.58% -
HSV(B) 343.58º 0.53% 0.79% -
XYZ 31.82 22.06 21.65 -
YUV 130 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 201 95 124 0 0.53 0.38 0.21 343.58 0.5 0.58
Hex C9 5F 7C 0 35 26 15 158 32 3A
Octal 311 137 174 0 65 46 25 530 62 72
Binary 11001001 1011111 1111100 0 110101 100110 10101 101011000 110010 111010

Color Harmonies of #C95F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F7C

Black with #C95F7C

Text Example


Text Example

White with #C95F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F7C; }

 p { color: rgb(201,95,124); }

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

background-color css

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

 a { background-color: rgb(201,95,124); }

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

border-color css

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

 span { border-color: rgb(201,95,124); }

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