Html Css Color HEX #C95A68 Cabaret

📋 copy color: '#C95A68'

red 201 ◦ green 90 ◦ blue 104

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

Shades of Cabaret #C95A68

Tints of Cabaret #C95A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.78%

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

R = 50.89%
G = 22.78%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C95A68 (or 0xC95A68) is known color: Cabaret. HEX triplet: C9, 5A and 68. RGB value is (201,90,104). Sum of RGB (Red+Green+Blue) = 201+90+104=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A68 is #36A597. Grayscale: #7C7C7C. Windows color (decimal): -3581336 or 6838985. OLE color: 6838985.

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

Color convert

RGB 201 90 104 -
CMYK 0 0.55 0.48 0.21
HSL 352.43º 0.51% 0.57% -
HSV(B) 352.43º 0.55% 0.79% -
XYZ 30.24 20.73 15.5 -
YUV 124.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 201 90 104 0 0.55 0.48 0.21 352.43 0.51 0.57
Hex C9 5A 68 0 37 30 15 160 33 39
Octal 311 132 150 0 67 60 25 540 63 71
Binary 11001001 1011010 1101000 0 110111 110000 10101 101100000 110011 111001

Color Harmonies of #C95A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A68

Black with #C95A68

Text Example


Text Example

White with #C95A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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