Html Css Color HEX #C45175 Cabaret

📋 copy color: '#C45175'

red 196 ◦ green 81 ◦ blue 117

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

Shades of Cabaret #C45175

Tints of Cabaret #C45175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.56%

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

R = 49.75%
G = 20.56%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C45175 (or 0xC45175) is known color: Cabaret. HEX triplet: C4, 51 and 75. RGB value is (196,81,117). Sum of RGB (Red+Green+Blue) = 196+81+117=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C45175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45175 is #3BAE8A. Grayscale: #777777. Windows color (decimal): -3911307 or 7688644. OLE color: 7688644.

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

Color convert

RGB 196 81 117 -
CMYK 0 0.59 0.40 0.23
HSL 341.22º 0.49% 0.54% -
HSV(B) 341.22º 0.59% 0.77% -
XYZ 28.92 18.9 18.95 -
YUV 119.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 196 81 117 0 0.59 0.40 0.23 341.22 0.49 0.54
Hex C4 51 75 0 3B 28 17 155 31 36
Octal 304 121 165 0 73 50 27 525 61 66
Binary 11000100 1010001 1110101 0 111011 101000 10111 101010101 110001 110110

Color Harmonies of #C45175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45175

Black with #C45175

Text Example


Text Example

White with #C45175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45175; }

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

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

background-color css

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

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

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

border-color css

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

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

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