Html Css Color HEX #C75B6E Cabaret

📋 copy color: '#C75B6E'

red 199 ◦ green 91 ◦ blue 110

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

Shades of Cabaret #C75B6E

Tints of Cabaret #C75B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.75%

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 49.75%
G = 22.75%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C75B6E (or 0xC75B6E) is known color: Cabaret. HEX triplet: C7, 5B and 6E. RGB value is (199,91,110). Sum of RGB (Red+Green+Blue) = 199+91+110=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75B6E is #38A491. Grayscale: #7D7D7D. Windows color (decimal): -3712146 or 7232455. OLE color: 7232455.

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

Color convert

RGB 199 91 110 -
CMYK 0 0.54 0.45 0.22
HSL 349.44º 0.49% 0.57% -
HSV(B) 349.44º 0.54% 0.78% -
XYZ 30.11 20.75 17.17 -
YUV 125.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 199 91 110 0 0.54 0.45 0.22 349.44 0.49 0.57
Hex C7 5B 6E 0 36 2D 16 15D 31 39
Octal 307 133 156 0 66 55 26 535 61 71
Binary 11000111 1011011 1101110 0 110110 101101 10110 101011101 110001 111001

Color Harmonies of #C75B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75B6E

Black with #C75B6E

Text Example


Text Example

White with #C75B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75B6E; }

 p { color: rgb(199,91,110); }

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

background-color css

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

 a { background-color: rgb(199,91,110); }

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

border-color css

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

 span { border-color: rgb(199,91,110); }

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