Html Css Color HEX #C44768 Cabaret

📋 copy color: '#C44768'

red 196 ◦ green 71 ◦ blue 104

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

Shades of Cabaret #C44768

Tints of Cabaret #C44768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.14%

 BLUE value IS 104 (41.02% from 255) = 28.03%

R = 52.83%
G = 19.14%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C44768 (or 0xC44768) is known color: Cabaret. HEX triplet: C4, 47 and 68. RGB value is (196,71,104). Sum of RGB (Red+Green+Blue) = 196+71+104=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C44768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44768 is #3BB897. Grayscale: #707070. Windows color (decimal): -3913880 or 6834116. OLE color: 6834116.

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

Color convert

RGB 196 71 104 -
CMYK 0 0.64 0.47 0.23
HSL 344.16º 0.51% 0.52% -
HSV(B) 344.16º 0.64% 0.77% -
XYZ 27.52 17.24 14.97 -
YUV 112.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 196 71 104 0 0.64 0.47 0.23 344.16 0.51 0.52
Hex C4 47 68 0 40 2F 17 158 33 34
Octal 304 107 150 0 100 57 27 530 63 64
Binary 11000100 1000111 1101000 0 1000000 101111 10111 101011000 110011 110100

Color Harmonies of #C44768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44768

Black with #C44768

Text Example


Text Example

White with #C44768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44768; }

 p { color: rgb(196,71,104); }

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

background-color css

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

 a { background-color: rgb(196,71,104); }

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

border-color css

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

 span { border-color: rgb(196,71,104); }

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