Html Css Color HEX #C5456D Cabaret

📋 copy color: '#C5456D'

red 197 ◦ green 69 ◦ blue 109

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

Shades of Cabaret #C5456D

Tints of Cabaret #C5456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

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

R = 52.53%
G = 18.4%
B = 29.07%

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

#C5456D (or 0xC5456D) is known color: Cabaret. HEX triplet: C5, 45 and 6D. RGB value is (197,69,109). Sum of RGB (Red+Green+Blue) = 197+69+109=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5456D is #3ABA92. Grayscale: #6F6F6F. Windows color (decimal): -3848851 or 7161285. OLE color: 7161285.

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

Color convert

RGB 197 69 109 -
CMYK 0 0.65 0.45 0.23
HSL 341.25º 0.52% 0.52% -
HSV(B) 341.25º 0.65% 0.77% -
XYZ 27.91 17.23 16.32 -
YUV 111.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 197 69 109 0 0.65 0.45 0.23 341.25 0.52 0.52
Hex C5 45 6D 0 41 2D 17 155 34 34
Octal 305 105 155 0 101 55 27 525 64 64
Binary 11000101 1000101 1101101 0 1000001 101101 10111 101010101 110100 110100

Color Harmonies of #C5456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5456D

Black with #C5456D

Text Example


Text Example

White with #C5456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5456D; }

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

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

background-color css

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

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

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

border-color css

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

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

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