Html Css Color HEX #C75569 Cabaret

📋 copy color: '#C75569'

red 199 ◦ green 85 ◦ blue 105

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

Shades of Cabaret #C75569

Tints of Cabaret #C75569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

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

R = 51.16%
G = 21.85%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C75569 (or 0xC75569) is known color: Cabaret. HEX triplet: C7, 55 and 69. RGB value is (199,85,105). Sum of RGB (Red+Green+Blue) = 199+85+105=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C75569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75569 is #38AA96. Grayscale: #797979. Windows color (decimal): -3713687 or 6903239. OLE color: 6903239.

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

Color convert

RGB 199 85 105 -
CMYK 0 0.57 0.47 0.22
HSL 349.47º 0.5% 0.56% -
HSV(B) 349.47º 0.57% 0.78% -
XYZ 29.35 19.66 15.61 -
YUV 121.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 199 85 105 0 0.57 0.47 0.22 349.47 0.5 0.56
Hex C7 55 69 0 39 2F 16 15D 32 38
Octal 307 125 151 0 71 57 26 535 62 70
Binary 11000111 1010101 1101001 0 111001 101111 10110 101011101 110010 111000

Color Harmonies of #C75569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75569

Black with #C75569

Text Example


Text Example

White with #C75569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75569; }

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

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

background-color css

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

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

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

border-color css

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

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

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