Html Css Color HEX #C95C7D Cabaret

📋 copy color: '#C95C7D'

red 201 ◦ green 92 ◦ blue 125

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

Shades of Cabaret #C95C7D

Tints of Cabaret #C95C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.01%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 48.09%
G = 22.01%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C95C7D (or 0xC95C7D) is known color: Cabaret. HEX triplet: C9, 5C and 7D. RGB value is (201,92,125). Sum of RGB (Red+Green+Blue) = 201+92+125=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C7D is #36A382. Grayscale: #808080. Windows color (decimal): -3580803 or 8215753. OLE color: 8215753.

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

Color convert

RGB 201 92 125 -
CMYK 0 0.54 0.38 0.21
HSL 341.83º 0.5% 0.57% -
HSV(B) 341.83º 0.54% 0.79% -
XYZ 31.62 21.55 21.9 -
YUV 128.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 201 92 125 0 0.54 0.38 0.21 341.83 0.5 0.57
Hex C9 5C 7D 0 36 26 15 156 32 39
Octal 311 134 175 0 66 46 25 526 62 71
Binary 11001001 1011100 1111101 0 110110 100110 10101 101010110 110010 111001

Color Harmonies of #C95C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C7D

Black with #C95C7D

Text Example


Text Example

White with #C95C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C7D; }

 p { color: rgb(201,92,125); }

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

background-color css

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

 a { background-color: rgb(201,92,125); }

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

border-color css

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

 span { border-color: rgb(201,92,125); }

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