Html Css Color HEX #C44268 Cabaret

📋 copy color: '#C44268'

red 196 ◦ green 66 ◦ blue 104

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

Shades of Cabaret #C44268

Tints of Cabaret #C44268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

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

R = 53.55%
G = 18.03%
B = 28.42%

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

#C44268 (or 0xC44268) is known color: Cabaret. HEX triplet: C4, 42 and 68. RGB value is (196,66,104). Sum of RGB (Red+Green+Blue) = 196+66+104=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C44268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44268 is #3BBD97. Grayscale: #6D6D6D. Windows color (decimal): -3915160 or 6832836. OLE color: 6832836.

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

Color convert

RGB 196 66 104 -
CMYK 0 0.66 0.47 0.23
HSL 342.46º 0.52% 0.51% -
HSV(B) 342.46º 0.66% 0.77% -
XYZ 27.21 16.63 14.87 -
YUV 109.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 196 66 104 0 0.66 0.47 0.23 342.46 0.52 0.51
Hex C4 42 68 0 42 2F 17 156 34 33
Octal 304 102 150 0 102 57 27 526 64 63
Binary 11000100 1000010 1101000 0 1000010 101111 10111 101010110 110100 110011

Color Harmonies of #C44268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44268

Black with #C44268

Text Example


Text Example

White with #C44268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44268; }

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

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

background-color css

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

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

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

border-color css

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

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

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