Html Css Color HEX #C45275 Cabaret

📋 copy color: '#C45275'

red 196 ◦ green 82 ◦ blue 117

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

Shades of Cabaret #C45275

Tints of Cabaret #C45275

RGB

 RED value IS 196 (76.95% from 255) = 49.62%

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

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

R = 49.62%
G = 20.76%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C45275 (or 0xC45275) is known color: Cabaret. HEX triplet: C4, 52 and 75. RGB value is (196,82,117). Sum of RGB (Red+Green+Blue) = 196+82+117=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C45275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45275 is #3BAD8A. Grayscale: #787878. Windows color (decimal): -3911051 or 7688900. OLE color: 7688900.

HSL color Cylindrical-coordinate representation of color #C45275: hue angle of 341.58º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45275 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 117 -
CMYK 0 0.58 0.40 0.23
HSL 341.58º 0.49% 0.55% -
HSV(B) 341.58º 0.58% 0.77% -
XYZ 28.99 19.05 18.98 -
YUV 120.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 196 82 117 0 0.58 0.40 0.23 341.58 0.49 0.55
Hex C4 52 75 0 3A 28 17 156 31 37
Octal 304 122 165 0 72 50 27 526 61 67
Binary 11000100 1010010 1110101 0 111010 101000 10111 101010110 110001 110111

Color Harmonies of #C45275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45275

Black with #C45275

Text Example


Text Example

White with #C45275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45275; }

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

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

background-color css

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

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

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

border-color css

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

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

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