Html Css Color HEX #C44368 Cabaret

📋 copy color: '#C44368'

red 196 ◦ green 67 ◦ blue 104

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

Shades of Cabaret #C44368

Tints of Cabaret #C44368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.26%

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

R = 53.41%
G = 18.26%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C44368 (or 0xC44368) is known color: Cabaret. HEX triplet: C4, 43 and 68. RGB value is (196,67,104). Sum of RGB (Red+Green+Blue) = 196+67+104=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C44368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44368 is #3BBC97. Grayscale: #6D6D6D. Windows color (decimal): -3914904 or 6833092. OLE color: 6833092.

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

Color convert

RGB 196 67 104 -
CMYK 0 0.66 0.47 0.23
HSL 342.79º 0.52% 0.52% -
HSV(B) 342.79º 0.66% 0.77% -
XYZ 27.27 16.75 14.89 -
YUV 109.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 196 67 104 0 0.66 0.47 0.23 342.79 0.52 0.52
Hex C4 43 68 0 42 2F 17 157 34 34
Octal 304 103 150 0 102 57 27 527 64 64
Binary 11000100 1000011 1101000 0 1000010 101111 10111 101010111 110100 110100

Color Harmonies of #C44368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44368

Black with #C44368

Text Example


Text Example

White with #C44368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44368; }

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

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

background-color css

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

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

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

border-color css

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

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

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