Html Css Color HEX #C5456A Cabaret

📋 copy color: '#C5456A'

red 197 ◦ green 69 ◦ blue 106

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

Shades of Cabaret #C5456A

Tints of Cabaret #C5456A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.49%

R = 52.96%
G = 18.55%
B = 28.49%

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

#C5456A (or 0xC5456A) is known color: Cabaret. HEX triplet: C5, 45 and 6A. RGB value is (197,69,106). Sum of RGB (Red+Green+Blue) = 197+69+106=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5456A is #3ABA95. Grayscale: #6F6F6F. Windows color (decimal): -3848854 or 6964677. OLE color: 6964677.

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

Color convert

RGB 197 69 106 -
CMYK 0 0.65 0.46 0.23
HSL 342.66º 0.52% 0.52% -
HSV(B) 342.66º 0.65% 0.77% -
XYZ 27.76 17.17 15.49 -
YUV 111.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 197 69 106 0 0.65 0.46 0.23 342.66 0.52 0.52
Hex C5 45 6A 0 41 2E 17 157 34 34
Octal 305 105 152 0 101 56 27 527 64 64
Binary 11000101 1000101 1101010 0 1000001 101110 10111 101010111 110100 110100

Color Harmonies of #C5456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5456A

Black with #C5456A

Text Example


Text Example

White with #C5456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5456A; }

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

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

background-color css

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

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

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

border-color css

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

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

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