Html Css Color HEX #C55075 Cabaret

📋 copy color: '#C55075'

red 197 ◦ green 80 ◦ blue 117

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

Shades of Cabaret #C55075

Tints of Cabaret #C55075

RGB

 RED value IS 197 (77.34% from 255) = 50%

 GREEN value IS 80 (31.64% from 255) = 20.3%

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

R = 50%
G = 20.3%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C55075 (or 0xC55075) is known color: Cabaret. HEX triplet: C5, 50 and 75. RGB value is (197,80,117). Sum of RGB (Red+Green+Blue) = 197+80+117=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C55075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55075 is #3AAF8A. Grayscale: #777777. Windows color (decimal): -3846027 or 7688389. OLE color: 7688389.

HSL color Cylindrical-coordinate representation of color #C55075: hue angle of 341.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55075 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 117 -
CMYK 0 0.59 0.41 0.23
HSL 341.03º 0.5% 0.54% -
HSV(B) 341.03º 0.59% 0.77% -
XYZ 29.11 18.89 18.94 -
YUV 119.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 197 80 117 0 0.59 0.41 0.23 341.03 0.5 0.54
Hex C5 50 75 0 3B 29 17 155 32 36
Octal 305 120 165 0 73 51 27 525 62 66
Binary 11000101 1010000 1110101 0 111011 101001 10111 101010101 110010 110110

Color Harmonies of #C55075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55075

Black with #C55075

Text Example


Text Example

White with #C55075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55075; }

 p { color: rgb(197,80,117); }

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

background-color css

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

 a { background-color: rgb(197,80,117); }

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

border-color css

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

 span { border-color: rgb(197,80,117); }

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