Html Css Color HEX #C5446B Cabaret

📋 copy color: '#C5446B'

red 197 ◦ green 68 ◦ blue 107

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

Shades of Cabaret #C5446B

Tints of Cabaret #C5446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 52.96%
G = 18.28%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5446B (or 0xC5446B) is known color: Cabaret. HEX triplet: C5, 44 and 6B. RGB value is (197,68,107). Sum of RGB (Red+Green+Blue) = 197+68+107=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5446B is #3ABB94. Grayscale: #6E6E6E. Windows color (decimal): -3849109 or 7029957. OLE color: 7029957.

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

Color convert

RGB 197 68 107 -
CMYK 0 0.65 0.46 0.23
HSL 341.86º 0.53% 0.52% -
HSV(B) 341.86º 0.65% 0.77% -
XYZ 27.75 17.07 15.74 -
YUV 111.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 197 68 107 0 0.65 0.46 0.23 341.86 0.53 0.52
Hex C5 44 6B 0 41 2E 17 156 35 34
Octal 305 104 153 0 101 56 27 526 65 64
Binary 11000101 1000100 1101011 0 1000001 101110 10111 101010110 110101 110100

Color Harmonies of #C5446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5446B

Black with #C5446B

Text Example


Text Example

White with #C5446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5446B; }

 p { color: rgb(197,68,107); }

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

background-color css

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

 a { background-color: rgb(197,68,107); }

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

border-color css

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

 span { border-color: rgb(197,68,107); }

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