Html Css Color HEX #C75B74 Cabaret

📋 copy color: '#C75B74'

red 199 ◦ green 91 ◦ blue 116

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

Shades of Cabaret #C75B74

Tints of Cabaret #C75B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 49.01%
G = 22.41%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C75B74 (or 0xC75B74) is known color: Cabaret. HEX triplet: C7, 5B and 74. RGB value is (199,91,116). Sum of RGB (Red+Green+Blue) = 199+91+116=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75B74 is #38A48B. Grayscale: #7E7E7E. Windows color (decimal): -3712140 or 7625671. OLE color: 7625671.

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

Color convert

RGB 199 91 116 -
CMYK 0 0.54 0.42 0.22
HSL 346.11º 0.49% 0.57% -
HSV(B) 346.11º 0.54% 0.78% -
XYZ 30.45 20.89 18.95 -
YUV 126.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 199 91 116 0 0.54 0.42 0.22 346.11 0.49 0.57
Hex C7 5B 74 0 36 2A 16 15A 31 39
Octal 307 133 164 0 66 52 26 532 61 71
Binary 11000111 1011011 1110100 0 110110 101010 10110 101011010 110001 111001

Color Harmonies of #C75B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75B74

Black with #C75B74

Text Example


Text Example

White with #C75B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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