Html Css Color HEX #C44969 Cabaret

📋 copy color: '#C44969'

red 196 ◦ green 73 ◦ blue 105

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

Shades of Cabaret #C44969

Tints of Cabaret #C44969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.52%

 BLUE value IS 105 (41.41% from 255) = 28.07%

R = 52.41%
G = 19.52%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C44969 (or 0xC44969) is known color: Cabaret. HEX triplet: C4, 49 and 69. RGB value is (196,73,105). Sum of RGB (Red+Green+Blue) = 196+73+105=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C44969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44969 is #3BB696. Grayscale: #717171. Windows color (decimal): -3913367 or 6900164. OLE color: 6900164.

HSL color Cylindrical-coordinate representation of color #C44969: hue angle of 344.39º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44969 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 105 -
CMYK 0 0.63 0.46 0.23
HSL 344.39º 0.51% 0.53% -
HSV(B) 344.39º 0.63% 0.77% -
XYZ 27.7 17.52 15.29 -
YUV 113.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 196 73 105 0 0.63 0.46 0.23 344.39 0.51 0.53
Hex C4 49 69 0 3F 2E 17 158 33 35
Octal 304 111 151 0 77 56 27 530 63 65
Binary 11000100 1001001 1101001 0 111111 101110 10111 101011000 110011 110101

Color Harmonies of #C44969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44969

Black with #C44969

Text Example


Text Example

White with #C44969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44969; }

 p { color: rgb(196,73,105); }

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

background-color css

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

 a { background-color: rgb(196,73,105); }

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

border-color css

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

 span { border-color: rgb(196,73,105); }

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