Html Css Color HEX #C44A62 Cabaret

📋 copy color: '#C44A62'

red 196 ◦ green 74 ◦ blue 98

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

Shades of Cabaret #C44A62

Tints of Cabaret #C44A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.11%

 BLUE value IS 98 (38.67% from 255) = 26.63%

R = 53.26%
G = 20.11%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C44A62 (or 0xC44A62) is known color: Cabaret. HEX triplet: C4, 4A and 62. RGB value is (196,74,98). Sum of RGB (Red+Green+Blue) = 196+74+98=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A62 is #3BB59D. Grayscale: #717171. Windows color (decimal): -3913118 or 6441668. OLE color: 6441668.

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

Color convert

RGB 196 74 98 -
CMYK 0 0.62 0.5 0.23
HSL 348.2º 0.51% 0.53% -
HSV(B) 348.2º 0.62% 0.77% -
XYZ 27.42 17.52 13.49 -
YUV 113.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 196 74 98 0 0.62 0.5 0.23 348.2 0.51 0.53
Hex C4 4A 62 0 3E 32 17 15C 33 35
Octal 304 112 142 0 76 62 27 534 63 65
Binary 11000100 1001010 1100010 0 111110 110010 10111 101011100 110011 110101

Color Harmonies of #C44A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A62

Black with #C44A62

Text Example


Text Example

White with #C44A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A62; }

 p { color: rgb(196,74,98); }

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

background-color css

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

 a { background-color: rgb(196,74,98); }

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

border-color css

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

 span { border-color: rgb(196,74,98); }

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