Html Css Color HEX #C75D68 Cabaret

📋 copy color: '#C75D68'

red 199 ◦ green 93 ◦ blue 104

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

Shades of Cabaret #C75D68

Tints of Cabaret #C75D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

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

R = 50.25%
G = 23.48%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C75D68 (or 0xC75D68) is known color: Cabaret. HEX triplet: C7, 5D and 68. RGB value is (199,93,104). Sum of RGB (Red+Green+Blue) = 199+93+104=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D68 is #38A297. Grayscale: #7E7E7E. Windows color (decimal): -3711640 or 6839751. OLE color: 6839751.

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

Color convert

RGB 199 93 104 -
CMYK 0 0.53 0.48 0.22
HSL 353.77º 0.49% 0.57% -
HSV(B) 353.77º 0.53% 0.78% -
XYZ 29.97 20.97 15.56 -
YUV 125.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 199 93 104 0 0.53 0.48 0.22 353.77 0.49 0.57
Hex C7 5D 68 0 35 30 16 162 31 39
Octal 307 135 150 0 65 60 26 542 61 71
Binary 11000111 1011101 1101000 0 110101 110000 10110 101100010 110001 111001

Color Harmonies of #C75D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D68

Black with #C75D68

Text Example


Text Example

White with #C75D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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