Html Css Color HEX #C95869 Cabaret

📋 copy color: '#C95869'

red 201 ◦ green 88 ◦ blue 105

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

Shades of Cabaret #C95869

Tints of Cabaret #C95869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 105 (41.41% from 255) = 26.65%

R = 51.02%
G = 22.34%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C95869 (or 0xC95869) is known color: Cabaret. HEX triplet: C9, 58 and 69. RGB value is (201,88,105). Sum of RGB (Red+Green+Blue) = 201+88+105=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C95869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95869 is #36A796. Grayscale: #7B7B7B. Windows color (decimal): -3581847 or 6904009. OLE color: 6904009.

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

Color convert

RGB 201 88 105 -
CMYK 0 0.56 0.48 0.21
HSL 350.97º 0.51% 0.57% -
HSV(B) 350.97º 0.56% 0.79% -
XYZ 30.13 20.42 15.72 -
YUV 123.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 201 88 105 0 0.56 0.48 0.21 350.97 0.51 0.57
Hex C9 58 69 0 38 30 15 15F 33 39
Octal 311 130 151 0 70 60 25 537 63 71
Binary 11001001 1011000 1101001 0 111000 110000 10101 101011111 110011 111001

Color Harmonies of #C95869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95869

Black with #C95869

Text Example


Text Example

White with #C95869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95869; }

 p { color: rgb(201,88,105); }

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

background-color css

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

 a { background-color: rgb(201,88,105); }

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

border-color css

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

 span { border-color: rgb(201,88,105); }

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