Html Css Color HEX #C4656A Cabaret

📋 copy color: '#C4656A'

red 196 ◦ green 101 ◦ blue 106

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

Shades of Cabaret #C4656A

Tints of Cabaret #C4656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

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

R = 48.64%
G = 25.06%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4656A (or 0xC4656A) is known color: Cabaret. HEX triplet: C4, 65 and 6A. RGB value is (196,101,106). Sum of RGB (Red+Green+Blue) = 196+101+106=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4656A is #3B9A95. Grayscale: #828282. Windows color (decimal): -3906198 or 6972868. OLE color: 6972868.

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

Color convert

RGB 196 101 106 -
CMYK 0 0.48 0.46 0.23
HSL 356.84º 0.45% 0.58% -
HSV(B) 356.84º 0.48% 0.77% -
XYZ 30.02 22.08 16.32 -
YUV 129.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 196 101 106 0 0.48 0.46 0.23 356.84 0.45 0.58
Hex C4 65 6A 0 30 2E 17 165 2D 3A
Octal 304 145 152 0 60 56 27 545 55 72
Binary 11000100 1100101 1101010 0 110000 101110 10111 101100101 101101 111010

Color Harmonies of #C4656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4656A

Black with #C4656A

Text Example


Text Example

White with #C4656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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