Html Css Color HEX #C44C62 Cabaret

📋 copy color: '#C44C62'

red 196 ◦ green 76 ◦ blue 98

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

Shades of Cabaret #C44C62

Tints of Cabaret #C44C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.54%

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

R = 52.97%
G = 20.54%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C44C62 (or 0xC44C62) is known color: Cabaret. HEX triplet: C4, 4C and 62. RGB value is (196,76,98). Sum of RGB (Red+Green+Blue) = 196+76+98=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C62 is #3BB39D. Grayscale: #727272. Windows color (decimal): -3912606 or 6442180. OLE color: 6442180.

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

Color convert

RGB 196 76 98 -
CMYK 0 0.61 0.5 0.23
HSL 349º 0.5% 0.53% -
HSV(B) 349º 0.61% 0.77% -
XYZ 27.55 17.79 13.54 -
YUV 114.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 196 76 98 0 0.61 0.5 0.23 349 0.5 0.53
Hex C4 4C 62 0 3D 32 17 15D 32 35
Octal 304 114 142 0 75 62 27 535 62 65
Binary 11000100 1001100 1100010 0 111101 110010 10111 101011101 110010 110101

Color Harmonies of #C44C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C62

Black with #C44C62

Text Example


Text Example

White with #C44C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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