Html Css Color HEX #C75868 Cabaret

📋 copy color: '#C75868'

red 199 ◦ green 88 ◦ blue 104

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

Shades of Cabaret #C75868

Tints of Cabaret #C75868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.51%

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

R = 50.9%
G = 22.51%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C75868 (or 0xC75868) is known color: Cabaret. HEX triplet: C7, 58 and 68. RGB value is (199,88,104). Sum of RGB (Red+Green+Blue) = 199+88+104=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C75868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75868 is #38A797. Grayscale: #7B7B7B. Windows color (decimal): -3712920 or 6838471. OLE color: 6838471.

HSL color Cylindrical-coordinate representation of color #C75868: hue angle of 351.35º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75868 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 88 104 -
CMYK 0 0.56 0.48 0.22
HSL 351.35º 0.5% 0.56% -
HSV(B) 351.35º 0.56% 0.78% -
XYZ 29.54 20.12 15.42 -
YUV 123.01 117.27 182.2 -
System Red Green Blue C M Y K H S L
Decimal 199 88 104 0 0.56 0.48 0.22 351.35 0.5 0.56
Hex C7 58 68 0 38 30 16 15F 32 38
Octal 307 130 150 0 70 60 26 537 62 70
Binary 11000111 1011000 1101000 0 111000 110000 10110 101011111 110010 111000

Color Harmonies of #C75868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75868

Black with #C75868

Text Example


Text Example

White with #C75868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75868; }

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

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

background-color css

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

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

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

border-color css

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

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

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