Html Css Color HEX #C44066 Cabaret

📋 copy color: '#C44066'

red 196 ◦ green 64 ◦ blue 102

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

Shades of Cabaret #C44066

Tints of Cabaret #C44066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 54.14%
G = 17.68%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C44066 (or 0xC44066) is known color: Cabaret. HEX triplet: C4, 40 and 66. RGB value is (196,64,102). Sum of RGB (Red+Green+Blue) = 196+64+102=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C44066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44066 is #3BBF99. Grayscale: #6B6B6B. Windows color (decimal): -3915674 or 6701252. OLE color: 6701252.

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

Color convert

RGB 196 64 102 -
CMYK 0 0.67 0.48 0.23
HSL 342.73º 0.53% 0.51% -
HSV(B) 342.73º 0.67% 0.77% -
XYZ 27 16.36 14.31 -
YUV 107.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 196 64 102 0 0.67 0.48 0.23 342.73 0.53 0.51
Hex C4 40 66 0 43 30 17 157 35 33
Octal 304 100 146 0 103 60 27 527 65 63
Binary 11000100 1000000 1100110 0 1000011 110000 10111 101010111 110101 110011

Color Harmonies of #C44066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44066

Black with #C44066

Text Example


Text Example

White with #C44066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44066; }

 p { color: rgb(196,64,102); }

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

background-color css

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

 a { background-color: rgb(196,64,102); }

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

border-color css

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

 span { border-color: rgb(196,64,102); }

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