Html Css Color HEX #C95768 Cabaret

📋 copy color: '#C95768'

red 201 ◦ green 87 ◦ blue 104

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

Shades of Cabaret #C95768

Tints of Cabaret #C95768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.19%

 BLUE value IS 104 (41.02% from 255) = 26.53%

R = 51.28%
G = 22.19%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C95768 (or 0xC95768) is known color: Cabaret. HEX triplet: C9, 57 and 68. RGB value is (201,87,104). Sum of RGB (Red+Green+Blue) = 201+87+104=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C95768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95768 is #36A897. Grayscale: #7B7B7B. Windows color (decimal): -3582104 or 6838217. OLE color: 6838217.

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

Color convert

RGB 201 87 104 -
CMYK 0 0.57 0.48 0.21
HSL 351.05º 0.51% 0.56% -
HSV(B) 351.05º 0.57% 0.79% -
XYZ 29.99 20.23 15.42 -
YUV 123.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 201 87 104 0 0.57 0.48 0.21 351.05 0.51 0.56
Hex C9 57 68 0 39 30 15 15F 33 38
Octal 311 127 150 0 71 60 25 537 63 70
Binary 11001001 1010111 1101000 0 111001 110000 10101 101011111 110011 111000

Color Harmonies of #C95768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95768

Black with #C95768

Text Example


Text Example

White with #C95768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95768; }

 p { color: rgb(201,87,104); }

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

background-color css

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

 a { background-color: rgb(201,87,104); }

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

border-color css

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

 span { border-color: rgb(201,87,104); }

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