Html Css Color HEX #C45875 Cabaret

📋 copy color: '#C45875'

red 196 ◦ green 88 ◦ blue 117

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

Shades of Cabaret #C45875

Tints of Cabaret #C45875

RGB

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

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

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

R = 48.88%
G = 21.95%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C45875 (or 0xC45875) is known color: Cabaret. HEX triplet: C4, 58 and 75. RGB value is (196,88,117). Sum of RGB (Red+Green+Blue) = 196+88+117=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C45875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45875 is #3BA78A. Grayscale: #7B7B7B. Windows color (decimal): -3909515 or 7690436. OLE color: 7690436.

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

Color convert

RGB 196 88 117 -
CMYK 0 0.55 0.40 0.23
HSL 343.89º 0.48% 0.56% -
HSV(B) 343.89º 0.55% 0.77% -
XYZ 29.47 20 19.14 -
YUV 123.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 196 88 117 0 0.55 0.40 0.23 343.89 0.48 0.56
Hex C4 58 75 0 37 28 17 158 30 38
Octal 304 130 165 0 67 50 27 530 60 70
Binary 11000100 1011000 1110101 0 110111 101000 10111 101011000 110000 111000

Color Harmonies of #C45875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45875

Black with #C45875

Text Example


Text Example

White with #C45875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45875; }

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

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

background-color css

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

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

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

border-color css

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

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

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