Html Css Color HEX #C75069 Cabaret

📋 copy color: '#C75069'

red 199 ◦ green 80 ◦ blue 105

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

Shades of Cabaret #C75069

Tints of Cabaret #C75069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.34%

R = 51.82%
G = 20.83%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C75069 (or 0xC75069) is known color: Cabaret. HEX triplet: C7, 50 and 69. RGB value is (199,80,105). Sum of RGB (Red+Green+Blue) = 199+80+105=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C75069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75069 is #38AF96. Grayscale: #767676. Windows color (decimal): -3714967 or 6901959. OLE color: 6901959.

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

Color convert

RGB 199 80 105 -
CMYK 0 0.60 0.47 0.22
HSL 347.4º 0.52% 0.55% -
HSV(B) 347.4º 0.6% 0.78% -
XYZ 28.97 18.9 15.49 -
YUV 118.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 199 80 105 0 0.60 0.47 0.22 347.4 0.52 0.55
Hex C7 50 69 0 3C 2F 16 15B 34 37
Octal 307 120 151 0 74 57 26 533 64 67
Binary 11000111 1010000 1101001 0 111100 101111 10110 101011011 110100 110111

Color Harmonies of #C75069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75069

Black with #C75069

Text Example


Text Example

White with #C75069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75069; }

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

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

background-color css

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

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

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

border-color css

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

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

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