Html Css Color HEX #C55067 Cabaret

📋 copy color: '#C55067'

red 197 ◦ green 80 ◦ blue 103

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

Shades of Cabaret #C55067

Tints of Cabaret #C55067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.11%

R = 51.84%
G = 21.05%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C55067 (or 0xC55067) is known color: Cabaret. HEX triplet: C5, 50 and 67. RGB value is (197,80,103). Sum of RGB (Red+Green+Blue) = 197+80+103=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C55067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55067 is #3AAF98. Grayscale: #757575. Windows color (decimal): -3846041 or 6770885. OLE color: 6770885.

HSL color Cylindrical-coordinate representation of color #C55067: hue angle of 348.21º 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 #C55067 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 103 -
CMYK 0 0.59 0.48 0.23
HSL 348.21º 0.5% 0.54% -
HSV(B) 348.21º 0.59% 0.77% -
XYZ 28.34 18.59 14.93 -
YUV 117.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 197 80 103 0 0.59 0.48 0.23 348.21 0.5 0.54
Hex C5 50 67 0 3B 30 17 15C 32 36
Octal 305 120 147 0 73 60 27 534 62 66
Binary 11000101 1010000 1100111 0 111011 110000 10111 101011100 110010 110110

Color Harmonies of #C55067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55067

Black with #C55067

Text Example


Text Example

White with #C55067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55067; }

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

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

background-color css

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

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

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

border-color css

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

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

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