Html Css Color HEX #C95C75 Cabaret

📋 copy color: '#C95C75'

red 201 ◦ green 92 ◦ blue 117

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

Shades of Cabaret #C95C75

Tints of Cabaret #C95C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.44%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 49.02%
G = 22.44%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C95C75 (or 0xC95C75) is known color: Cabaret. HEX triplet: C9, 5C and 75. RGB value is (201,92,117). Sum of RGB (Red+Green+Blue) = 201+92+117=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C75 is #36A38A. Grayscale: #7F7F7F. Windows color (decimal): -3580811 or 7691465. OLE color: 7691465.

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

Color convert

RGB 201 92 117 -
CMYK 0 0.54 0.42 0.21
HSL 346.24º 0.5% 0.57% -
HSV(B) 346.24º 0.54% 0.79% -
XYZ 31.13 21.36 19.31 -
YUV 127.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 201 92 117 0 0.54 0.42 0.21 346.24 0.5 0.57
Hex C9 5C 75 0 36 2A 15 15A 32 39
Octal 311 134 165 0 66 52 25 532 62 71
Binary 11001001 1011100 1110101 0 110110 101010 10101 101011010 110010 111001

Color Harmonies of #C95C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C75

Black with #C95C75

Text Example


Text Example

White with #C95C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C75; }

 p { color: rgb(201,92,117); }

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

background-color css

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

 a { background-color: rgb(201,92,117); }

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

border-color css

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

 span { border-color: rgb(201,92,117); }

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