Html Css Color HEX #C75C6F Cabaret

📋 copy color: '#C75C6F'

red 199 ◦ green 92 ◦ blue 111

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

Shades of Cabaret #C75C6F

Tints of Cabaret #C75C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.89%

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 49.5%
G = 22.89%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C75C6F (or 0xC75C6F) is known color: Cabaret. HEX triplet: C7, 5C and 6F. RGB value is (199,92,111). Sum of RGB (Red+Green+Blue) = 199+92+111=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C6F is #38A390. Grayscale: #7E7E7E. Windows color (decimal): -3711889 or 7298247. OLE color: 7298247.

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

Color convert

RGB 199 92 111 -
CMYK 0 0.54 0.44 0.22
HSL 349.35º 0.49% 0.57% -
HSV(B) 349.35º 0.54% 0.78% -
XYZ 30.25 20.94 17.49 -
YUV 126.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 199 92 111 0 0.54 0.44 0.22 349.35 0.49 0.57
Hex C7 5C 6F 0 36 2C 16 15D 31 39
Octal 307 134 157 0 66 54 26 535 61 71
Binary 11000111 1011100 1101111 0 110110 101100 10110 101011101 110001 111001

Color Harmonies of #C75C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C6F

Black with #C75C6F

Text Example


Text Example

White with #C75C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C6F; }

 p { color: rgb(199,92,111); }

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

background-color css

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

 a { background-color: rgb(199,92,111); }

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

border-color css

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

 span { border-color: rgb(199,92,111); }

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