Html Css Color HEX #C95F72 Cabaret

📋 copy color: '#C95F72'

red 201 ◦ green 95 ◦ blue 114

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

Shades of Cabaret #C95F72

Tints of Cabaret #C95F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.8%

R = 49.02%
G = 23.17%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C95F72 (or 0xC95F72) is known color: Cabaret. HEX triplet: C9, 5F and 72. RGB value is (201,95,114). Sum of RGB (Red+Green+Blue) = 201+95+114=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F72 is #36A08D. Grayscale: #808080. Windows color (decimal): -3580046 or 7495625. OLE color: 7495625.

HSL color Cylindrical-coordinate representation of color #C95F72: hue angle of 349.25º 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 #C95F72 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 95 114 -
CMYK 0 0.53 0.43 0.21
HSL 349.25º 0.5% 0.58% -
HSV(B) 349.25º 0.53% 0.79% -
XYZ 31.22 21.82 18.49 -
YUV 128.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 201 95 114 0 0.53 0.43 0.21 349.25 0.5 0.58
Hex C9 5F 72 0 35 2B 15 15D 32 3A
Octal 311 137 162 0 65 53 25 535 62 72
Binary 11001001 1011111 1110010 0 110101 101011 10101 101011101 110010 111010

Color Harmonies of #C95F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F72

Black with #C95F72

Text Example


Text Example

White with #C95F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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