Html Css Color HEX #C5426C Cabaret

📋 copy color: '#C5426C'

red 197 ◦ green 66 ◦ blue 108

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

Shades of Cabaret #C5426C

Tints of Cabaret #C5426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 53.1%
G = 17.79%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5426C (or 0xC5426C) is known color: Cabaret. HEX triplet: C5, 42 and 6C. RGB value is (197,66,108). Sum of RGB (Red+Green+Blue) = 197+66+108=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5426C is #3ABD93. Grayscale: #6D6D6D. Windows color (decimal): -3849620 or 7094981. OLE color: 7094981.

HSL color Cylindrical-coordinate representation of color #C5426C: hue angle of 340.76º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5426C is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 66 108 -
CMYK 0 0.66 0.45 0.23
HSL 340.76º 0.53% 0.52% -
HSV(B) 340.76º 0.66% 0.77% -
XYZ 27.68 16.85 15.98 -
YUV 109.96 126.9 190.08 -
System Red Green Blue C M Y K H S L
Decimal 197 66 108 0 0.66 0.45 0.23 340.76 0.53 0.52
Hex C5 42 6C 0 42 2D 17 155 35 34
Octal 305 102 154 0 102 55 27 525 65 64
Binary 11000101 1000010 1101100 0 1000010 101101 10111 101010101 110101 110100

Color Harmonies of #C5426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5426C

Black with #C5426C

Text Example


Text Example

White with #C5426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5426C; }

 p { color: rgb(197,66,108); }

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

background-color css

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

 a { background-color: rgb(197,66,108); }

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

border-color css

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

 span { border-color: rgb(197,66,108); }

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