Html Css Color HEX #C95469 Cabaret

📋 copy color: '#C95469'

red 201 ◦ green 84 ◦ blue 105

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

Shades of Cabaret #C95469

Tints of Cabaret #C95469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.54%

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

R = 51.54%
G = 21.54%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C95469 (or 0xC95469) is known color: Cabaret. HEX triplet: C9, 54 and 69. RGB value is (201,84,105). Sum of RGB (Red+Green+Blue) = 201+84+105=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C95469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95469 is #36AB96. Grayscale: #797979. Windows color (decimal): -3582871 or 6902985. OLE color: 6902985.

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

Color convert

RGB 201 84 105 -
CMYK 0 0.58 0.48 0.21
HSL 349.23º 0.52% 0.56% -
HSV(B) 349.23º 0.58% 0.79% -
XYZ 29.81 19.78 15.61 -
YUV 121.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 201 84 105 0 0.58 0.48 0.21 349.23 0.52 0.56
Hex C9 54 69 0 3A 30 15 15D 34 38
Octal 311 124 151 0 72 60 25 535 64 70
Binary 11001001 1010100 1101001 0 111010 110000 10101 101011101 110100 111000

Color Harmonies of #C95469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95469

Black with #C95469

Text Example


Text Example

White with #C95469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95469; }

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

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

background-color css

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

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

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

border-color css

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

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

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