Html Css Color HEX #C44F6B Cabaret

📋 copy color: '#C44F6B'

red 196 ◦ green 79 ◦ blue 107

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

Shades of Cabaret #C44F6B

Tints of Cabaret #C44F6B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.68%

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 51.31%
G = 20.68%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C44F6B (or 0xC44F6B) is known color: Cabaret. HEX triplet: C4, 4F and 6B. RGB value is (196,79,107). Sum of RGB (Red+Green+Blue) = 196+79+107=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F6B is #3BB094. Grayscale: #757575. Windows color (decimal): -3911829 or 7032772. OLE color: 7032772.

HSL color Cylindrical-coordinate representation of color #C44F6B: hue angle of 345.64º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44F6B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 79 107 -
CMYK 0 0.60 0.45 0.23
HSL 345.64º 0.5% 0.54% -
HSV(B) 345.64º 0.6% 0.77% -
XYZ 28.21 18.39 15.97 -
YUV 117.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 196 79 107 0 0.60 0.45 0.23 345.64 0.5 0.54
Hex C4 4F 6B 0 3C 2D 17 15A 32 36
Octal 304 117 153 0 74 55 27 532 62 66
Binary 11000100 1001111 1101011 0 111100 101101 10111 101011010 110010 110110

Color Harmonies of #C44F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F6B

Black with #C44F6B

Text Example


Text Example

White with #C44F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F6B; }

 p { color: rgb(196,79,107); }

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

background-color css

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

 a { background-color: rgb(196,79,107); }

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

border-color css

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

 span { border-color: rgb(196,79,107); }

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