Html Css Color HEX #C95E68 Cabaret

📋 copy color: '#C95E68'

red 201 ◦ green 94 ◦ blue 104

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

Shades of Cabaret #C95E68

Tints of Cabaret #C95E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

 BLUE value IS 104 (41.02% from 255) = 26.07%

R = 50.38%
G = 23.56%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C95E68 (or 0xC95E68) is known color: Cabaret. HEX triplet: C9, 5E and 68. RGB value is (201,94,104). Sum of RGB (Red+Green+Blue) = 201+94+104=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E68 is #36A197. Grayscale: #7F7F7F. Windows color (decimal): -3580312 or 6840009. OLE color: 6840009.

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

Color convert

RGB 201 94 104 -
CMYK 0 0.53 0.48 0.21
HSL 354.39º 0.5% 0.58% -
HSV(B) 354.39º 0.53% 0.79% -
XYZ 30.59 21.42 15.62 -
YUV 127.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 201 94 104 0 0.53 0.48 0.21 354.39 0.5 0.58
Hex C9 5E 68 0 35 30 15 162 32 3A
Octal 311 136 150 0 65 60 25 542 62 72
Binary 11001001 1011110 1101000 0 110101 110000 10101 101100010 110010 111010

Color Harmonies of #C95E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E68

Black with #C95E68

Text Example


Text Example

White with #C95E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E68; }

 p { color: rgb(201,94,104); }

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

background-color css

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

 a { background-color: rgb(201,94,104); }

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

border-color css

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

 span { border-color: rgb(201,94,104); }

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