Html Css Color HEX #C75B68 Cabaret

📋 copy color: '#C75B68'

red 199 ◦ green 91 ◦ blue 104

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

Shades of Cabaret #C75B68

Tints of Cabaret #C75B68

RGB

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

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

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

R = 50.51%
G = 23.1%
B = 26.4%

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

#C75B68 (or 0xC75B68) is known color: Cabaret. HEX triplet: C7, 5B and 68. RGB value is (199,91,104). Sum of RGB (Red+Green+Blue) = 199+91+104=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75B68 is #38A497. Grayscale: #7C7C7C. Windows color (decimal): -3712152 or 6839239. OLE color: 6839239.

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

Color convert

RGB 199 91 104 -
CMYK 0 0.54 0.48 0.22
HSL 352.78º 0.49% 0.57% -
HSV(B) 352.78º 0.54% 0.78% -
XYZ 29.79 20.62 15.51 -
YUV 124.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 199 91 104 0 0.54 0.48 0.22 352.78 0.49 0.57
Hex C7 5B 68 0 36 30 16 161 31 39
Octal 307 133 150 0 66 60 26 541 61 71
Binary 11000111 1011011 1101000 0 110110 110000 10110 101100001 110001 111001

Color Harmonies of #C75B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75B68

Black with #C75B68

Text Example


Text Example

White with #C75B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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