Html Css Color HEX #C44F64 Cabaret

📋 copy color: '#C44F64'

red 196 ◦ green 79 ◦ blue 100

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

Shades of Cabaret #C44F64

Tints of Cabaret #C44F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.67%

R = 52.27%
G = 21.07%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C44F64 (or 0xC44F64) is known color: Cabaret. HEX triplet: C4, 4F and 64. RGB value is (196,79,100). Sum of RGB (Red+Green+Blue) = 196+79+100=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F64 is #3BB09B. Grayscale: #747474. Windows color (decimal): -3911836 or 6574020. OLE color: 6574020.

HSL color Cylindrical-coordinate representation of color #C44F64: hue angle of 349.23º 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 #C44F64 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 79 100 -
CMYK 0 0.60 0.49 0.23
HSL 349.23º 0.5% 0.54% -
HSV(B) 349.23º 0.6% 0.77% -
XYZ 27.86 18.25 14.11 -
YUV 116.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 196 79 100 0 0.60 0.49 0.23 349.23 0.5 0.54
Hex C4 4F 64 0 3C 31 17 15D 32 36
Octal 304 117 144 0 74 61 27 535 62 66
Binary 11000100 1001111 1100100 0 111100 110001 10111 101011101 110010 110110

Color Harmonies of #C44F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F64

Black with #C44F64

Text Example


Text Example

White with #C44F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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