Html Css Color HEX #C7456E Cabaret

📋 copy color: '#C7456E'

red 199 ◦ green 69 ◦ blue 110

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

Shades of Cabaret #C7456E

Tints of Cabaret #C7456E

RGB

 RED value IS 199 (78.13% from 255) = 52.65%

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

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 52.65%
G = 18.25%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7456E (or 0xC7456E) is known color: Cabaret. HEX triplet: C7, 45 and 6E. RGB value is (199,69,110). Sum of RGB (Red+Green+Blue) = 199+69+110=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7456E is #38BA91. Grayscale: #707070. Windows color (decimal): -3717778 or 7226823. OLE color: 7226823.

HSL color Cylindrical-coordinate representation of color #C7456E: hue angle of 341.08º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7456E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 69 110 -
CMYK 0 0.65 0.45 0.22
HSL 341.08º 0.54% 0.53% -
HSV(B) 341.08º 0.65% 0.78% -
XYZ 28.5 17.52 16.63 -
YUV 112.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 199 69 110 0 0.65 0.45 0.22 341.08 0.54 0.53
Hex C7 45 6E 0 41 2D 16 155 36 35
Octal 307 105 156 0 101 55 26 525 66 65
Binary 11000111 1000101 1101110 0 1000001 101101 10110 101010101 110110 110101

Color Harmonies of #C7456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7456E

Black with #C7456E

Text Example


Text Example

White with #C7456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7456E; }

 p { color: rgb(199,69,110); }

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

background-color css

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

 a { background-color: rgb(199,69,110); }

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

border-color css

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

 span { border-color: rgb(199,69,110); }

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