Html Css Color HEX #C4466D Cabaret

📋 copy color: '#C4466D'

red 196 ◦ green 70 ◦ blue 109

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

Shades of Cabaret #C4466D

Tints of Cabaret #C4466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 52.27%
G = 18.67%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4466D (or 0xC4466D) is known color: Cabaret. HEX triplet: C4, 46 and 6D. RGB value is (196,70,109). Sum of RGB (Red+Green+Blue) = 196+70+109=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4466D is #3BB992. Grayscale: #707070. Windows color (decimal): -3914131 or 7161540. OLE color: 7161540.

HSL color Cylindrical-coordinate representation of color #C4466D: hue angle of 341.43º degrees, saturation: 0.52, 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 #C4466D is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 70 109 -
CMYK 0 0.64 0.44 0.23
HSL 341.43º 0.52% 0.52% -
HSV(B) 341.43º 0.64% 0.77% -
XYZ 27.72 17.22 16.33 -
YUV 112.12 126.24 187.83 -
System Red Green Blue C M Y K H S L
Decimal 196 70 109 0 0.64 0.44 0.23 341.43 0.52 0.52
Hex C4 46 6D 0 40 2C 17 155 34 34
Octal 304 106 155 0 100 54 27 525 64 64
Binary 11000100 1000110 1101101 0 1000000 101100 10111 101010101 110100 110100

Color Harmonies of #C4466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4466D

Black with #C4466D

Text Example


Text Example

White with #C4466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4466D; }

 p { color: rgb(196,70,109); }

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

background-color css

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

 a { background-color: rgb(196,70,109); }

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

border-color css

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

 span { border-color: rgb(196,70,109); }

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