Html Css Color HEX #C75066 Cabaret

📋 copy color: '#C75066'

red 199 ◦ green 80 ◦ blue 102

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

Shades of Cabaret #C75066

Tints of Cabaret #C75066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21%

 BLUE value IS 102 (40.23% from 255) = 26.77%

R = 52.23%
G = 21%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C75066 (or 0xC75066) is known color: Cabaret. HEX triplet: C7, 50 and 66. RGB value is (199,80,102). Sum of RGB (Red+Green+Blue) = 199+80+102=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C75066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75066 is #38AF99. Grayscale: #767676. Windows color (decimal): -3714970 or 6705351. OLE color: 6705351.

HSL color Cylindrical-coordinate representation of color #C75066: hue angle of 348.91º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75066 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 102 -
CMYK 0 0.60 0.49 0.22
HSL 348.91º 0.52% 0.55% -
HSV(B) 348.91º 0.6% 0.78% -
XYZ 28.82 18.84 14.69 -
YUV 118.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 199 80 102 0 0.60 0.49 0.22 348.91 0.52 0.55
Hex C7 50 66 0 3C 31 16 15D 34 37
Octal 307 120 146 0 74 61 26 535 64 67
Binary 11000111 1010000 1100110 0 111100 110001 10110 101011101 110100 110111

Color Harmonies of #C75066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75066

Black with #C75066

Text Example


Text Example

White with #C75066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75066; }

 p { color: rgb(199,80,102); }

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

background-color css

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

 a { background-color: rgb(199,80,102); }

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

border-color css

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

 span { border-color: rgb(199,80,102); }

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