Html Css Color HEX #C4426A Cabaret

📋 copy color: '#C4426A'

red 196 ◦ green 66 ◦ blue 106

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

Shades of Cabaret #C4426A

Tints of Cabaret #C4426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.8%

R = 53.26%
G = 17.93%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4426A (or 0xC4426A) is known color: Cabaret. HEX triplet: C4, 42 and 6A. RGB value is (196,66,106). Sum of RGB (Red+Green+Blue) = 196+66+106=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4426A is #3BBD95. Grayscale: #6D6D6D. Windows color (decimal): -3915158 or 6963908. OLE color: 6963908.

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

Color convert

RGB 196 66 106 -
CMYK 0 0.66 0.46 0.23
HSL 341.54º 0.52% 0.51% -
HSV(B) 341.54º 0.66% 0.77% -
XYZ 27.31 16.67 15.41 -
YUV 109.43 126.07 189.75 -
System Red Green Blue C M Y K H S L
Decimal 196 66 106 0 0.66 0.46 0.23 341.54 0.52 0.51
Hex C4 42 6A 0 42 2E 17 156 34 33
Octal 304 102 152 0 102 56 27 526 64 63
Binary 11000100 1000010 1101010 0 1000010 101110 10111 101010110 110100 110011

Color Harmonies of #C4426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4426A

Black with #C4426A

Text Example


Text Example

White with #C4426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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