Html Css Color HEX #C5456C Cabaret

📋 copy color: '#C5456C'

red 197 ◦ green 69 ◦ blue 108

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

Shades of Cabaret #C5456C

Tints of Cabaret #C5456C

RGB

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

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

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

R = 52.67%
G = 18.45%
B = 28.88%

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

#C5456C (or 0xC5456C) is known color: Cabaret. HEX triplet: C5, 45 and 6C. RGB value is (197,69,108). Sum of RGB (Red+Green+Blue) = 197+69+108=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5456C is #3ABA93. Grayscale: #6F6F6F. Windows color (decimal): -3848852 or 7095749. OLE color: 7095749.

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

Color convert

RGB 197 69 108 -
CMYK 0 0.65 0.45 0.23
HSL 341.72º 0.52% 0.52% -
HSV(B) 341.72º 0.65% 0.77% -
XYZ 27.86 17.21 16.04 -
YUV 111.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 197 69 108 0 0.65 0.45 0.23 341.72 0.52 0.52
Hex C5 45 6C 0 41 2D 17 156 34 34
Octal 305 105 154 0 101 55 27 526 64 64
Binary 11000101 1000101 1101100 0 1000001 101101 10111 101010110 110100 110100

Color Harmonies of #C5456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5456C

Black with #C5456C

Text Example


Text Example

White with #C5456C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5456C; }

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

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

background-color css

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

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

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

border-color css

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

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

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