Html Css Color HEX #C5446D Cabaret

📋 copy color: '#C5446D'

red 197 ◦ green 68 ◦ blue 109

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

Shades of Cabaret #C5446D

Tints of Cabaret #C5446D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 52.67%
G = 18.18%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5446D (or 0xC5446D) is known color: Cabaret. HEX triplet: C5, 44 and 6D. RGB value is (197,68,109). Sum of RGB (Red+Green+Blue) = 197+68+109=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5446D is #3ABB92. Grayscale: #6F6F6F. Windows color (decimal): -3849107 or 7161029. OLE color: 7161029.

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

Color convert

RGB 197 68 109 -
CMYK 0 0.65 0.45 0.23
HSL 340.93º 0.53% 0.52% -
HSV(B) 340.93º 0.65% 0.77% -
XYZ 27.85 17.11 16.3 -
YUV 111.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 197 68 109 0 0.65 0.45 0.23 340.93 0.53 0.52
Hex C5 44 6D 0 41 2D 17 155 35 34
Octal 305 104 155 0 101 55 27 525 65 64
Binary 11000101 1000100 1101101 0 1000001 101101 10111 101010101 110101 110100

Color Harmonies of #C5446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5446D

Black with #C5446D

Text Example


Text Example

White with #C5446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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