Html Css Color HEX #C75C68 Cabaret

📋 copy color: '#C75C68'

red 199 ◦ green 92 ◦ blue 104

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

Shades of Cabaret #C75C68

Tints of Cabaret #C75C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.33%

R = 50.38%
G = 23.29%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C75C68 (or 0xC75C68) is known color: Cabaret. HEX triplet: C7, 5C and 68. RGB value is (199,92,104). Sum of RGB (Red+Green+Blue) = 199+92+104=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C68 is #38A397. Grayscale: #7D7D7D. Windows color (decimal): -3711896 or 6839495. OLE color: 6839495.

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

Color convert

RGB 199 92 104 -
CMYK 0 0.54 0.48 0.22
HSL 353.27º 0.49% 0.57% -
HSV(B) 353.27º 0.54% 0.78% -
XYZ 29.88 20.8 15.54 -
YUV 125.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 199 92 104 0 0.54 0.48 0.22 353.27 0.49 0.57
Hex C7 5C 68 0 36 30 16 161 31 39
Octal 307 134 150 0 66 60 26 541 61 71
Binary 11000111 1011100 1101000 0 110110 110000 10110 101100001 110001 111001

Color Harmonies of #C75C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C68

Black with #C75C68

Text Example


Text Example

White with #C75C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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