Html Css Color HEX #C95474 Cabaret

📋 copy color: '#C95474'

red 201 ◦ green 84 ◦ blue 116

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

Shades of Cabaret #C95474

Tints of Cabaret #C95474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 50.12%
G = 20.95%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C95474 (or 0xC95474) is known color: Cabaret. HEX triplet: C9, 54 and 74. RGB value is (201,84,116). Sum of RGB (Red+Green+Blue) = 201+84+116=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C95474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95474 is #36AB8B. Grayscale: #7A7A7A. Windows color (decimal): -3582860 or 7623881. OLE color: 7623881.

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

Color convert

RGB 201 84 116 -
CMYK 0 0.58 0.42 0.21
HSL 343.59º 0.52% 0.56% -
HSV(B) 343.59º 0.58% 0.79% -
XYZ 30.41 20.02 18.78 -
YUV 122.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 201 84 116 0 0.58 0.42 0.21 343.59 0.52 0.56
Hex C9 54 74 0 3A 2A 15 158 34 38
Octal 311 124 164 0 72 52 25 530 64 70
Binary 11001001 1010100 1110100 0 111010 101010 10101 101011000 110100 111000

Color Harmonies of #C95474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95474

Black with #C95474

Text Example


Text Example

White with #C95474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95474; }

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

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

background-color css

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

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

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

border-color css

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

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

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