Html Css Color HEX #C75672 Cabaret

📋 copy color: '#C75672'

red 199 ◦ green 86 ◦ blue 114

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

Shades of Cabaret #C75672

Tints of Cabaret #C75672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.55%

 BLUE value IS 114 (44.92% from 255) = 28.57%

R = 49.87%
G = 21.55%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C75672 (or 0xC75672) is known color: Cabaret. HEX triplet: C7, 56 and 72. RGB value is (199,86,114). Sum of RGB (Red+Green+Blue) = 199+86+114=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C75672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75672 is #38A98D. Grayscale: #7A7A7A. Windows color (decimal): -3713422 or 7493319. OLE color: 7493319.

HSL color Cylindrical-coordinate representation of color #C75672: hue angle of 345.13º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75672 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 86 114 -
CMYK 0 0.57 0.43 0.22
HSL 345.13º 0.5% 0.56% -
HSV(B) 345.13º 0.57% 0.78% -
XYZ 29.92 20.01 18.21 -
YUV 122.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 199 86 114 0 0.57 0.43 0.22 345.13 0.5 0.56
Hex C7 56 72 0 39 2B 16 159 32 38
Octal 307 126 162 0 71 53 26 531 62 70
Binary 11000111 1010110 1110010 0 111001 101011 10110 101011001 110010 111000

Color Harmonies of #C75672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75672

Black with #C75672

Text Example


Text Example

White with #C75672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75672; }

 p { color: rgb(199,86,114); }

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

background-color css

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

 a { background-color: rgb(199,86,114); }

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

border-color css

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

 span { border-color: rgb(199,86,114); }

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