Html Css Color HEX #C7456A Cabaret

📋 copy color: '#C7456A'

red 199 ◦ green 69 ◦ blue 106

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

Shades of Cabaret #C7456A

Tints of Cabaret #C7456A

RGB

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

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

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

R = 53.21%
G = 18.45%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7456A (or 0xC7456A) is known color: Cabaret. HEX triplet: C7, 45 and 6A. RGB value is (199,69,106). Sum of RGB (Red+Green+Blue) = 199+69+106=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7456A is #38BA95. Grayscale: #707070. Windows color (decimal): -3717782 or 6964679. OLE color: 6964679.

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

Color convert

RGB 199 69 106 -
CMYK 0 0.65 0.47 0.22
HSL 342.92º 0.54% 0.53% -
HSV(B) 342.92º 0.65% 0.78% -
XYZ 28.28 17.44 15.51 -
YUV 112.09 124.57 189.99 -
System Red Green Blue C M Y K H S L
Decimal 199 69 106 0 0.65 0.47 0.22 342.92 0.54 0.53
Hex C7 45 6A 0 41 2F 16 157 36 35
Octal 307 105 152 0 101 57 26 527 66 65
Binary 11000111 1000101 1101010 0 1000001 101111 10110 101010111 110110 110101

Color Harmonies of #C7456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7456A

Black with #C7456A

Text Example


Text Example

White with #C7456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7456A; }

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

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

background-color css

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

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

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

border-color css

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

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

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