Html Css Color HEX #C44B6C Cabaret

📋 copy color: '#C44B6C'

red 196 ◦ green 75 ◦ blue 108

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

Shades of Cabaret #C44B6C

Tints of Cabaret #C44B6C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 51.72%
G = 19.79%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C44B6C (or 0xC44B6C) is known color: Cabaret. HEX triplet: C4, 4B and 6C. RGB value is (196,75,108). Sum of RGB (Red+Green+Blue) = 196+75+108=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44B6C is #3BB493. Grayscale: #727272. Windows color (decimal): -3912852 or 7097284. OLE color: 7097284.

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

Color convert

RGB 196 75 108 -
CMYK 0 0.62 0.45 0.23
HSL 343.64º 0.51% 0.53% -
HSV(B) 343.64º 0.62% 0.77% -
XYZ 27.99 17.85 16.16 -
YUV 114.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 196 75 108 0 0.62 0.45 0.23 343.64 0.51 0.53
Hex C4 4B 6C 0 3E 2D 17 158 33 35
Octal 304 113 154 0 76 55 27 530 63 65
Binary 11000100 1001011 1101100 0 111110 101101 10111 101011000 110011 110101

Color Harmonies of #C44B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44B6C

Black with #C44B6C

Text Example


Text Example

White with #C44B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44B6C; }

 p { color: rgb(196,75,108); }

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

background-color css

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

 a { background-color: rgb(196,75,108); }

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

border-color css

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

 span { border-color: rgb(196,75,108); }

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