Html Css Color HEX #C75275 Cabaret

📋 copy color: '#C75275'

red 199 ◦ green 82 ◦ blue 117

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

Shades of Cabaret #C75275

Tints of Cabaret #C75275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.6%

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 50%
G = 20.6%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C75275 (or 0xC75275) is known color: Cabaret. HEX triplet: C7, 52 and 75. RGB value is (199,82,117). Sum of RGB (Red+Green+Blue) = 199+82+117=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C75275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75275 is #38AD8A. Grayscale: #787878. Windows color (decimal): -3714443 or 7688903. OLE color: 7688903.

HSL color Cylindrical-coordinate representation of color #C75275: hue angle of 342.05º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75275 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 117 -
CMYK 0 0.59 0.41 0.22
HSL 342.05º 0.51% 0.55% -
HSV(B) 342.05º 0.59% 0.78% -
XYZ 29.78 19.46 19.02 -
YUV 120.97 125.76 183.65 -
System Red Green Blue C M Y K H S L
Decimal 199 82 117 0 0.59 0.41 0.22 342.05 0.51 0.55
Hex C7 52 75 0 3B 29 16 156 33 37
Octal 307 122 165 0 73 51 26 526 63 67
Binary 11000111 1010010 1110101 0 111011 101001 10110 101010110 110011 110111

Color Harmonies of #C75275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75275

Black with #C75275

Text Example


Text Example

White with #C75275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75275; }

 p { color: rgb(199,82,117); }

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

background-color css

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

 a { background-color: rgb(199,82,117); }

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

border-color css

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

 span { border-color: rgb(199,82,117); }

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