Html Css Color HEX #C44265 Cabaret

📋 copy color: '#C44265'

red 196 ◦ green 66 ◦ blue 101

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

Shades of Cabaret #C44265

Tints of Cabaret #C44265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 53.99%
G = 18.18%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C44265 (or 0xC44265) is known color: Cabaret. HEX triplet: C4, 42 and 65. RGB value is (196,66,101). Sum of RGB (Red+Green+Blue) = 196+66+101=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C44265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44265 is #3BBD9A. Grayscale: #6C6C6C. Windows color (decimal): -3915163 or 6636228. OLE color: 6636228.

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

Color convert

RGB 196 66 101 -
CMYK 0 0.66 0.48 0.23
HSL 343.85º 0.52% 0.51% -
HSV(B) 343.85º 0.66% 0.77% -
XYZ 27.06 16.57 14.08 -
YUV 108.86 123.57 190.15 -
System Red Green Blue C M Y K H S L
Decimal 196 66 101 0 0.66 0.48 0.23 343.85 0.52 0.51
Hex C4 42 65 0 42 30 17 158 34 33
Octal 304 102 145 0 102 60 27 530 64 63
Binary 11000100 1000010 1100101 0 1000010 110000 10111 101011000 110100 110011

Color Harmonies of #C44265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44265

Black with #C44265

Text Example


Text Example

White with #C44265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44265; }

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

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

background-color css

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

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

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

border-color css

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

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

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