Html Css Color HEX #C45675 Cabaret

📋 copy color: '#C45675'

red 196 ◦ green 86 ◦ blue 117

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

Shades of Cabaret #C45675

Tints of Cabaret #C45675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.55%

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

R = 49.12%
G = 21.55%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C45675 (or 0xC45675) is known color: Cabaret. HEX triplet: C4, 56 and 75. RGB value is (196,86,117). Sum of RGB (Red+Green+Blue) = 196+86+117=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C45675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45675 is #3BA98A. Grayscale: #7A7A7A. Windows color (decimal): -3910027 or 7689924. OLE color: 7689924.

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

Color convert

RGB 196 86 117 -
CMYK 0 0.56 0.40 0.23
HSL 343.09º 0.48% 0.55% -
HSV(B) 343.09º 0.56% 0.77% -
XYZ 29.3 19.68 19.08 -
YUV 122.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 196 86 117 0 0.56 0.40 0.23 343.09 0.48 0.55
Hex C4 56 75 0 38 28 17 157 30 37
Octal 304 126 165 0 70 50 27 527 60 67
Binary 11000100 1010110 1110101 0 111000 101000 10111 101010111 110000 110111

Color Harmonies of #C45675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45675

Black with #C45675

Text Example


Text Example

White with #C45675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45675; }

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

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

background-color css

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

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

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

border-color css

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

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

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