Html Css Color HEX #C45669 Cabaret

📋 copy color: '#C45669'

red 196 ◦ green 86 ◦ blue 105

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

Shades of Cabaret #C45669

Tints of Cabaret #C45669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.22%

 BLUE value IS 105 (41.41% from 255) = 27.13%

R = 50.65%
G = 22.22%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C45669 (or 0xC45669) is known color: Cabaret. HEX triplet: C4, 56 and 69. RGB value is (196,86,105). Sum of RGB (Red+Green+Blue) = 196+86+105=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C45669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45669 is #3BA996. Grayscale: #797979. Windows color (decimal): -3910039 or 6903492. OLE color: 6903492.

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

Color convert

RGB 196 86 105 -
CMYK 0 0.56 0.46 0.23
HSL 349.64º 0.48% 0.55% -
HSV(B) 349.64º 0.56% 0.77% -
XYZ 28.64 19.41 15.6 -
YUV 121.06 118.94 181.46 -
System Red Green Blue C M Y K H S L
Decimal 196 86 105 0 0.56 0.46 0.23 349.64 0.48 0.55
Hex C4 56 69 0 38 2E 17 15E 30 37
Octal 304 126 151 0 70 56 27 536 60 67
Binary 11000100 1010110 1101001 0 111000 101110 10111 101011110 110000 110111

Color Harmonies of #C45669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45669

Black with #C45669

Text Example


Text Example

White with #C45669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45669; }

 p { color: rgb(196,86,105); }

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

background-color css

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

 a { background-color: rgb(196,86,105); }

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

border-color css

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

 span { border-color: rgb(196,86,105); }

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