Html Css Color HEX #C7456C Cabaret

📋 copy color: '#C7456C'

red 199 ◦ green 69 ◦ blue 108

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

Shades of Cabaret #C7456C

Tints of Cabaret #C7456C

RGB

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

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

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

R = 52.93%
G = 18.35%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7456C (or 0xC7456C) is known color: Cabaret. HEX triplet: C7, 45 and 6C. RGB value is (199,69,108). Sum of RGB (Red+Green+Blue) = 199+69+108=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7456C is #38BA93. Grayscale: #707070. Windows color (decimal): -3717780 or 7095751. OLE color: 7095751.

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

Color convert

RGB 199 69 108 -
CMYK 0 0.65 0.46 0.22
HSL 342º 0.54% 0.53% -
HSV(B) 342º 0.65% 0.78% -
XYZ 28.39 17.48 16.07 -
YUV 112.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 199 69 108 0 0.65 0.46 0.22 342 0.54 0.53
Hex C7 45 6C 0 41 2E 16 156 36 35
Octal 307 105 154 0 101 56 26 526 66 65
Binary 11000111 1000101 1101100 0 1000001 101110 10110 101010110 110110 110101

Color Harmonies of #C7456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7456C

Black with #C7456C

Text Example


Text Example

White with #C7456C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7456C; }

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

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

background-color css

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

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

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

border-color css

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

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

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