Html Css Color HEX #C95970 Cabaret

📋 copy color: '#C95970'

red 201 ◦ green 89 ◦ blue 112

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

Shades of Cabaret #C95970

Tints of Cabaret #C95970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.14%

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 50%
G = 22.14%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C95970 (or 0xC95970) is known color: Cabaret. HEX triplet: C9, 59 and 70. RGB value is (201,89,112). Sum of RGB (Red+Green+Blue) = 201+89+112=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C95970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95970 is #36A68F. Grayscale: #7D7D7D. Windows color (decimal): -3581584 or 7363017. OLE color: 7363017.

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

Color convert

RGB 201 89 112 -
CMYK 0 0.56 0.44 0.21
HSL 347.68º 0.51% 0.57% -
HSV(B) 347.68º 0.56% 0.79% -
XYZ 30.58 20.73 17.72 -
YUV 125.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 201 89 112 0 0.56 0.44 0.21 347.68 0.51 0.57
Hex C9 59 70 0 38 2C 15 15C 33 39
Octal 311 131 160 0 70 54 25 534 63 71
Binary 11001001 1011001 1110000 0 111000 101100 10101 101011100 110011 111001

Color Harmonies of #C95970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95970

Black with #C95970

Text Example


Text Example

White with #C95970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95970; }

 p { color: rgb(201,89,112); }

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

background-color css

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

 a { background-color: rgb(201,89,112); }

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

border-color css

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

 span { border-color: rgb(201,89,112); }

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